source: issm/trunk/test/NightlyRun/test108_nightly.m@ 5003

Last change on this file since 5003 was 5003, checked in by seroussi, 15 years ago

some tolerance in nightly runs

File size: 381 bytes
RevLine 
[4963]1field_names ={'Vx','Vy','Vz','Vel','Pressure'};
[5003]2field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
[4963]3field_values={...
4 PatchToVec(md.results.DiagnosticSolution.Vx),...
5 PatchToVec(md.results.DiagnosticSolution.Vy),...
6 PatchToVec(md.results.DiagnosticSolution.Vz),...
7 PatchToVec(md.results.DiagnosticSolution.Vel),...
8 PatchToVec(md.results.DiagnosticSolution.Pressure),...
9 };
Note: See TracBrowser for help on using the repository browser.