Changeset 1017


Ignore:
Timestamp:
06/19/09 08:07:45 (16 years ago)
Author:
seroussi
Message:

better tolerance

File:
1 edited

Legend:

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

    r951 r1017  
    1414
    1515if (strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial')),
    16         tolerance=10^-14;
     16        tolerance=10^-12;
    1717
    1818elseif strcmpi(package,'cielo_parallel'),
     
    2222        elseif strcmpi(solution,'transient'),
    2323                if strcmpi(md.type,'2d'),
    24                         tolerance=10^-14;
     24                        tolerance=10^-11;
    2525                else
    26                         tolerance=10^-10;
     26                        if md.isstokes,
     27                                tolerance=10^-4;
     28                        elseif any(md.gridonpattyn),
     29                                tolerance=10^-6;
     30                        else,
     31                                tolerance=10^-13;
     32                        end
    2733                end
    2834
     
    3844        elseif (strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient')),
    3945                if strncmpi(fliplr(field),fliplr('melting'),7),
    40                         tolerance=2*10^-1;
     46                        tolerance=10^-6;
    4147                elseif strncmpi(fliplr(field),fliplr('temperature'),11),
    42                         tolerance=10^-6;
     48                        tolerance=10^-12;
    4349                end
    4450
Note: See TracChangeset for help on using the changeset viewer.