Changeset 7046
- Timestamp:
- 01/12/11 20:47:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/solvers/mumpsoptions.m
r7032 r7046 9 9 10 10 %default mumps options 11 if petscversion==2, 11 PETSC_VERSION=petscversion(); 12 if PETSC_VERSION==2, 12 13 options={{'mat_type','aijmumps'},{'ksp_type','preonly'},{'pc_type','lu'},{'mat_mumps_icntl_14',120},{'pc_factor_shift_positive_definite','true'}}; 13 14 end 14 if petscversion==3,15 if PETSC_VERSION==3, 15 16 options={{'mat_type','mpiaij'},{'ksp_type','preonly'},{'pc_type','lu'},{'pc_factor_mat_solver_package','mumps'},{'mat_mumps_icntl_14',120},{'pc_factor_shift_positive_definite','true'}}; 17 16 18 end 17 19
Note:
See TracChangeset
for help on using the changeset viewer.