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