Changeset 18234


Ignore:
Timestamp:
07/11/14 09:30:36 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed tolerances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test701.m

    r18229 r18234  
    5353        md=solve(md,StressbalanceSolutionEnum());
    5454        field_names     ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vel' i{1}],['Pressure' i{1}]};
    55         field_tolerances={field_tolerances{:},7e-5,7e-5,7e-5,1e-10};
     55        field_tolerances={field_tolerances{:},8e-5,8e-5,8e-5,1e-10};
    5656        field_values={field_values{:},...
    5757                (md.results.StressbalanceSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.