Changeset 5026 for issm/trunk/test/NightlyRun/test227_nightly.m
- Timestamp:
- 08/06/10 14:13:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test227_nightly.m
r4998 r5026 1 field_names ={' Vx','Vy','Vel','Pressure'};2 field_tolerances={1e-13,1e-13,1e-13,1e-13 };1 field_names ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'}; 2 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13}; 3 3 field_values={... 4 PatchToVec(md.results.DiagnosticSolution.Gradient),... 5 md.results.DiagnosticSolution.J,... 6 PatchToVec(md.results.DiagnosticSolution.RheologyB),... 7 PatchToVec(md.results.DiagnosticSolution.Pressure),... 8 PatchToVec(md.results.DiagnosticSolution.Vel),... 4 9 PatchToVec(md.results.DiagnosticSolution.Vx),... 5 PatchToVec(md.results.DiagnosticSolution.Vy),... 6 PatchToVec(md.results.DiagnosticSolution.Vel),... 7 PatchToVec(md.results.DiagnosticSolution.Pressure),... 8 }; 10 PatchToVec(md.results.DiagnosticSolution.Vy) 11 };
Note:
See TracChangeset
for help on using the changeset viewer.