Changeset 5132


Ignore:
Timestamp:
08/10/10 15:33:26 (15 years ago)
Author:
Mathieu Morlighem
Message:

relaxed tolerances

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

Legend:

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

    r5098 r5132  
    2424%Fields and tolerances to track changes
    2525field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
    26 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
     26field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    2727field_values={...
    2828        PatchToVec(md.results.DiagnosticSolution.Gradient),...
  • issm/trunk/test/NightlyRun/test418.m

    r5108 r5132  
    1111                                      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2', ...
    1212                                           'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
    13 field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-04,1e-03,1e-04,1e-02,1e-04,1e-01,1e-05,1e-05,1e-05,1e-04,1e-04,1e-02,1e-04,1e-02,1e-04,1e-04,1e-04,1e-04,1e-01};
     13field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-04,1e-03,1e-04,1e-02,1e-04,1e-01,1e-03,1e-01,1e-03,1e-03,1e-03,1e-01,1e-03,1e-01,1e-04,1e-04,1e-04,1e-04,1e-01};
    1414field_values={...
    1515        PatchToVec(md.results.Transient3DSolution(1).Vx),...
Note: See TracChangeset for help on using the changeset viewer.