Changeset 2117


Ignore:
Timestamp:
09/08/09 07:39:10 (15 years ago)
Author:
Mathieu Morlighem
Message:

updated tolerances

File:
1 edited

Legend:

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

    r2037 r2117  
    4848                        tolerance=10^-6;
    4949                elseif strncmpi(fliplr(field),fliplr('temperature'),11),
    50                         tolerance=10^-12;
     50                        tolerance=10^-11;
    5151                end
    5252
    5353        elseif (strcmpi(solution,'steadystate')),
    5454                        if md.isstokes,
    55                                 tolerance=10^-6;
     55                                tolerance=5*10^-5;
    5656                        elseif any(md.gridonpattyn),
    57                                 tolerance=10^-8;
     57                                tolerance=2*10^-8;
    5858                        else,
    5959                                tolerance=10^-10;
Note: See TracChangeset for help on using the changeset viewer.