Changeset 21988 for issm/trunk-jpl/src/m/solvers/jacobiasmoptions.m
- Timestamp:
- 08/23/17 10:45:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solvers/jacobiasmoptions.m
r14610 r21988 11 11 %default jacobiasm options 12 12 jacobiasm.toolkit='petsc'; 13 jacobiasm.mat_type=getfieldvalue(options,'mat_type',' aij');13 jacobiasm.mat_type=getfieldvalue(options,'mat_type','mpiaij'); 14 14 jacobiasm.ksp_type=getfieldvalue(options,'ksp_type','gmres'); 15 15 jacobiasm.pc_type=getfieldvalue(options,'pc_type','asm');
Note:
See TracChangeset
for help on using the changeset viewer.