Changeset 6048


Ignore:
Timestamp:
09/27/10 13:00:03 (15 years ago)
Author:
seroussi
Message:

tolerances

Location:
issm/trunk/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test240.m

    r6025 r6048  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
     11field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09};
    1212field_values={...
    1313        PatchToVec(md.results.DiagnosticSolution.Vx),...
  • issm/trunk/test/NightlyRun/test442.m

    r6036 r6048  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
     11field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09};
    1212field_values={...
    1313        PatchToVec(md.results.DiagnosticSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.