Changeset 2037


Ignore:
Timestamp:
08/27/09 17:28:53 (15 years ago)
Author:
seroussi
Message:

better tolerances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/testsgettolerance.m

    r2031 r2037  
    5252
    5353        elseif (strcmpi(solution,'steadystate')),
    54                         tolerance=10^-10;
     54                        if md.isstokes,
     55                                tolerance=10^-6;
     56                        elseif any(md.gridonpattyn),
     57                                tolerance=10^-8;
     58                        else,
     59                                tolerance=10^-10;
     60                        end
    5561
    5662        elseif (strncmpi(solution,'diagnostic_',11) | strncmpi(solution,'steadystate_',12) ),
Note: See TracChangeset for help on using the changeset viewer.