Changeset 2258
- Timestamp:
- 09/18/09 09:49:55 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r2177 r2258 6 6 % 7 7 % Usage: 8 % tolerance=testsgettolerance 2(md,package,analysis_type,field),8 % tolerance=testsgettolerance(md,package,analysis_type,field), 9 9 % 10 10 % Example: 11 % tolerance=testsgettolerance 2(md,'cielo','diagnostic','vel'),11 % tolerance=testsgettolerance(md,'cielo','diagnostic','vel'), 12 12 % 13 % See also: TESTSGETANALYSIS, TESTGETPACKAGE13 % See also: RUNME 14 14 15 15 %recover what is being requested. … … 61 61 elseif (strcmpi(analysis_type,'steadystate')), 62 62 if md.isstokes, 63 tolerance=5*10^- 5;63 tolerance=5*10^-4; 64 64 elseif any(md.gridonpattyn), 65 65 tolerance=2*10^-8; … … 69 69 70 70 else 71 error(['testsgettolerance 2error 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']); 72 72 end 73 73 end
Note:
See TracChangeset
for help on using the changeset viewer.