Changeset 5098 for issm/trunk/test/NightlyRun/test227.m
- Timestamp:
- 08/09/10 14:58:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test227.m
r5026 r5098 20 20 md.cluster='none'; 21 21 md=solve(md,'analysis_type',DiagnosticSolutionEnum); 22 23 %Fields and tolerances to track changes 24 field_names ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'}; 25 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09}; 26 field_values={... 27 PatchToVec(md.results.DiagnosticSolution.Gradient),... 28 md.results.DiagnosticSolution.J,... 29 PatchToVec(md.results.DiagnosticSolution.RheologyB),... 30 PatchToVec(md.results.DiagnosticSolution.Pressure),... 31 PatchToVec(md.results.DiagnosticSolution.Vel),... 32 PatchToVec(md.results.DiagnosticSolution.Vx),... 33 PatchToVec(md.results.DiagnosticSolution.Vy) 34 };
Note:
See TracChangeset
for help on using the changeset viewer.