Changeset 5918


Ignore:
Timestamp:
09/21/10 10:20:14 (15 years ago)
Author:
Mathieu Morlighem
Message:

lower tolerances

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

Legend:

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

    r5914 r5918  
    44md=setelementstype(md,'macayeal','all');
    55md.cluster=oshostname;
    6 md.kff=1;
    76md=solve(md,'analysis_type',DiagnosticSolutionEnum);
    87
  • issm/trunk/test/NightlyRun/test210.m

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

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