Changeset 5098 for issm/trunk/test/NightlyRun/test231.m
- Timestamp:
- 08/09/10 14:58:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test231.m
r5025 r5098 9 9 error('rifts not working for now') 10 10 md=solve(md,'analysis_type',DiagnosticSolutionEnum); 11 12 %Fields and tolerances to track changes 13 field_names ={'Vx','Vy','Vel','Pressure'}; 14 field_tolerances={1e-13,1e-13,1e-13,1e-13}; 15 field_values={... 16 PatchToVec(md.results.DiagnosticSolution.Vx),... 17 PatchToVec(md.results.DiagnosticSolution.Vy),... 18 PatchToVec(md.results.DiagnosticSolution.Vel),... 19 PatchToVec(md.results.DiagnosticSolution.Pressure),... 20 };
Note:
See TracChangeset
for help on using the changeset viewer.