solversettosor

PURPOSE ^

SOLVERSETTOSOR - associate solver sor to the model

SYNOPSIS ^

function md=solversettosor(md)

DESCRIPTION ^

SOLVERSETTOSOR - associate solver sor to the model

   Usage:
      md=solversettosor(md)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function md=solversettosor(md)
0002 %SOLVERSETTOSOR - associate solver sor to the model
0003 %
0004 %   Usage:
0005 %      md=solversettosor(md)
0006 
0007 md.mat_type='aij';
0008 md.ksp_type='cg';
0009 md.pc_type='sor';
0010 md.solver_extra_option=' -pc_sor_omega 1.1 -pc_sor_its 2 ';

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