solversettoasm

PURPOSE ^

SOLVERSETTOASM - associate solver asm to the model

SYNOPSIS ^

function md=solversettoasm(md)

DESCRIPTION ^

SOLVERSETTOASM - associate solver asm to the model

   Usage:
      md=solversettoasm(md)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function md=solversettoasm(md)
0002 %SOLVERSETTOASM - associate solver asm to the model
0003 %
0004 %   Usage:
0005 %      md=solversettoasm(md)
0006 
0007 md.solverstring=' -mat_type aij -ksp_type cgs -pc_type asm -sub_mat_type mumps -sub_pc_type lu -pc_asm_overlap 2 ';
0008 %md.solverstring=' -mat_type aij -ksp_type cgs -pc_type asm -sub_pc_type lu -pc_asm_overlap 2 ';

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