Changeset 9566
- Timestamp:
- 09/01/11 16:42:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/model/model.m
r9565 r9566 432 432 if isfield(structmd,'gridonnuna'), md.nodeonnuna=structmd.gridonnuna; end 433 433 if isfield(structmd,'gridonboundary'), md.nodeonboundary=structmd.gridonboundary; end 434 if isfield(structmd,'petscoptions'), md.solver=structmd.petscoptions; end 434 435 435 436 %Field changes … … 535 536 md.solver=addoptions(md.solver,DiagnosticVertAnalysisEnum,mumpsoptions); 536 537 md.results=struct(); 538 md.debug=debug; 537 539 538 540
Note:
See TracChangeset
for help on using the changeset viewer.