Changeset 12277
- Timestamp:
- 05/23/12 16:10:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage/test/NightlyRun/test260.m
r12256 r12277 18 18 md.transient.isthermal=0; 19 19 20 md.verbose=verbose('mprocessor',true,'module',true,'solution',true,'control',true); 20 21 md=solve(md,TransientSolutionEnum); 21 22 … … 31 32 32 33 field_values={... 33 (md.results.DiagnosticSolution.Vx),...34 (md.results.DiagnosticSolution.Vy),...35 (md.results.DiagnosticSolution.Vel),...36 (md.results.DiagnosticSolution.Pressure),...37 34 (md.results.TransientSolution(1).Vx),... 38 35 (md.results.TransientSolution(1).Vy),...
Note:
See TracChangeset
for help on using the changeset viewer.