Changeset 20477


Ignore:
Timestamp:
04/08/16 11:48:07 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerance

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

Legend:

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

    r20107 r20477  
    1414        md=solve(md,StressbalanceSolutionEnum());
    1515        field_names     ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]};
    16         field_tolerances={field_tolerances{:},5e-08,4e-08,5e-08,5e-08,3e-13};
     16        field_tolerances={field_tolerances{:},5e-08,5e-08,5e-08,5e-08,3e-13};
    1717        field_values={field_values{:},...
    1818        (md.results.StressbalanceSolution.Vx),...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test455.py

    r20107 r20477  
    2424        md=solve(md,StressbalanceSolutionEnum())
    2525        field_names     =field_names+['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i]
    26         field_tolerances=field_tolerances+[5e-08,4e-08,5e-08,5e-08,3e-13]
     26        field_tolerances=field_tolerances+[5e-08,5e-08,5e-08,5e-08,3e-13]
    2727        field_values=field_values+[\
    2828                        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.