source:
issm/trunk/test/NightlyRun/test402_nightly.m@
4996
Last change on this file since 4996 was 4996, checked in by , 15 years ago | |
---|---|
File size: 320 bytes |
Line | |
---|---|
1 | field_names ={'Vx','Vy','Vel','Pressure'}; |
2 | field_tolerances={1e-13,1e-13,1e-13,1e-13}; |
3 | field_values={... |
4 | PatchToVec(md.results.DiagnosticSolution.Vx),... |
5 | PatchToVec(md.results.DiagnosticSolution.Vy),... |
6 | PatchToVec(md.results.DiagnosticSolution.Vel),... |
7 | PatchToVec(md.results.DiagnosticSolution.Pressure),... |
8 | }; |
Note:
See TracBrowser
for help on using the repository browser.