


SOLVERSETTOASM - associate solver asm to the model
Usage:
md=solversettoasm(md)

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 ';