Changeset 5087


Ignore:
Timestamp:
08/09/10 13:45:19 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed some tolerances

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

Legend:

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

    r5060 r5087  
    11field_names     ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
    2 field_tolerances={1e-08,1e-09,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
     2field_tolerances={1e-08,1e-08,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-09,1e-10};
    33field_values={...
    44        PatchToVec(md.results.DiagnosticSolution.Gradient),...
  • issm/trunk/test/NightlyRun/test422_nightly.m

    r5015 r5087  
    11field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'};
    2 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09
     2field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-06
    33};
    44field_values={...
  • issm/trunk/test/NightlyRun/test513_nightly.m

    r5061 r5087  
    22field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ...
    33                                      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'};
    4 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
     4field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
    55field_values={...
    66        PatchToVec(md.results.Transient3DSolution(1).Vx),...
  • issm/trunk/test/NightlyRun/test527_nightly.m

    r5062 r5087  
    11field_names     ={'x1' 'y1' 'x2' 'y2' 'x3' 'y3' 'x4' 'y4' 'x5' 'y5' 'x6' 'y6'  'x7' 'y7' };
    2 field_tolerances={1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13};
     2field_tolerances={1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13};
    33field_values={...
    44        x1, y1,...
Note: See TracChangeset for help on using the changeset viewer.