solversettomumps

PURPOSE ^

SOLVERSETTOMUMPS - associate solver mumps to the model

SYNOPSIS ^

function md=solversettomumps(md)

DESCRIPTION ^

SOLVERSETTOMUMPS - associate solver mumps to the model

   Usage:
      md=solversettomumps(md)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function md=solversettomumps(md)
0002 %SOLVERSETTOMUMPS - associate solver mumps to the model
0003 %
0004 %   Usage:
0005 %      md=solversettomumps(md)
0006 
0007 md.solverstring=' -mat_type aijmumps -ksp_type preonly -pc_type lu -mat_mumps_icntl_14 40 ';
0008 
0009 %optional
0010 %md.solverstring=[md.solverstring ' -mat_mumps_icntl_14 40 -mat_mumps_icntl_4 0 -mat_mumps_sym 1 -mat_ignore_lower_triangular'];

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003