Rev | Line | |
---|
[16191] | 1 | function issmoptions=issmgslsolver(varargin)
|
---|
| 2 | %ISSMSOLVER -
|
---|
| 3 | %
|
---|
| 4 | % Usage:
|
---|
| 5 | % options=issmsolver;
|
---|
| 6 |
|
---|
| 7 | %retrieve options provided in varargin
|
---|
| 8 | options=pairoptions(varargin{:});
|
---|
| 9 | issmoptions=struct();
|
---|
| 10 |
|
---|
| 11 | %default issmoptions options
|
---|
| 12 | issmoptions.toolkit='issm';
|
---|
| 13 | issmoptions.mat_type=getfieldvalue(options,'mat_type','dense');
|
---|
| 14 | issmoptions.vec_type=getfieldvalue(options,'vec_type','seq');
|
---|
| 15 | issmoptions.solver_type=getfieldvalue(options,'solver_type','gsl');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.