Changeset 2258


Ignore:
Timestamp:
09/18/09 09:49:55 (16 years ago)
Author:
Mathieu Morlighem
Message:

tolerance for steady state parallel is too high

File:
1 edited

Legend:

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

    r2177 r2258  
    66%
    77%   Usage:
    8 %      tolerance=testsgettolerance2(md,package,analysis_type,field),
     8%      tolerance=testsgettolerance(md,package,analysis_type,field),
    99%
    1010%   Example:
    11 %      tolerance=testsgettolerance2(md,'cielo','diagnostic','vel'),
     11%      tolerance=testsgettolerance(md,'cielo','diagnostic','vel'),
    1212%
    13 %   See also: TESTSGETANALYSIS, TESTGETPACKAGE
     13%   See also: RUNME
    1414
    1515%recover what is being requested.
     
    6161        elseif (strcmpi(analysis_type,'steadystate')),
    6262                        if md.isstokes,
    63                                 tolerance=5*10^-5;
     63                                tolerance=5*10^-4;
    6464                        elseif any(md.gridonpattyn),
    6565                                tolerance=2*10^-8;
     
    6969
    7070        else
    71                 error(['testsgettolerance2 error message: analysis_type '  analysis_type ' not supported yet with package cielo_parallel']);
     71                error(['testsgettolerance error message: analysis_type '  analysis_type ' not supported yet with package cielo_parallel']);
    7272        end
    7373end
Note: See TracChangeset for help on using the changeset viewer.