Changeset 6952


Ignore:
Timestamp:
01/05/11 13:58:20 (14 years ago)
Author:
Mathieu Morlighem
Message:

tolerances

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

Legend:

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

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

    r6056 r6952  
    1010field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
    1111                                      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
    12 field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-11,1e-11,1e-09,1e-11,1e-11,1e-10,1e-11,1e-10,1e-11,1e-08};
     12field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-12,1e-11,1e-12,1e-11,1e-12,1e-12,...
     13                                                1e-11,1e-11,1e-09,1e-11,1e-11,1e-10,1e-11,1e-10,1e-11,1e-08};
    1314field_values={...
    1415        PatchToVec(md.results.Transient3DSolution(1).Vx),...
Note: See TracChangeset for help on using the changeset viewer.