Changeset 23748
- Timestamp:
- 02/20/19 17:03:43 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solvers/issmmumpssolver.py
r20046 r23748 7 7 # Usage: 8 8 # options=issmsolver; 9 9 10 10 #retrieve options provided in varargin 11 arguments=pairoptions.pairoptions(*args) 12 11 arguments=pairoptions.pairoptions(*args) 12 13 13 options=OrderedDict() 14 14 options['toolkit'] = 'issm' 15 options['mat_type'] = 'mpi dense'15 options['mat_type'] = 'mpisparse' 16 16 options['vec_type'] = 'mpi' 17 17 options['solver_type'] = 'mumps' … … 30 30 break 31 31 if not found: 32 #this option did not exist, add it: 32 #this option did not exist, add it: 33 33 options.append([arg1,arg2]) 34 34 return options
Note:
See TracChangeset
for help on using the changeset viewer.