Changeset 5098 for issm/trunk/test/NightlyRun/test102.m
- Timestamp:
- 08/09/10 14:58:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test102.m
r4963 r5098 5 5 md.cluster=oshostname; 6 6 md=solve(md,'analysis_type',DiagnosticSolutionEnum); 7 8 %Fields and tolerances to track changes 9 field_names ={'Vx','Vy','Vel','Pressure'}; 10 field_tolerances={1e-13,1e-13,1e-13,1e-13}; 11 field_values={... 12 PatchToVec(md.results.DiagnosticSolution.Vx),... 13 PatchToVec(md.results.DiagnosticSolution.Vy),... 14 PatchToVec(md.results.DiagnosticSolution.Vel),... 15 PatchToVec(md.results.DiagnosticSolution.Pressure),... 16 };
Note:
See TracChangeset
for help on using the changeset viewer.