Changeset 1017
- Timestamp:
- 06/19/09 08:07:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r951 r1017 14 14 15 15 if (strcmpi(package,'macayeal') | strcmpi(package,'ice') | strcmpi(package,'cielo_serial')), 16 tolerance=10^-1 4;16 tolerance=10^-12; 17 17 18 18 elseif strcmpi(package,'cielo_parallel'), … … 22 22 elseif strcmpi(solution,'transient'), 23 23 if strcmpi(md.type,'2d'), 24 tolerance=10^-1 4;24 tolerance=10^-11; 25 25 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 27 33 end 28 34 … … 38 44 elseif (strcmpi(solution,'thermalsteady') | strcmpi(solution,'thermaltransient')), 39 45 if strncmpi(fliplr(field),fliplr('melting'),7), 40 tolerance= 2*10^-1;46 tolerance=10^-6; 41 47 elseif strncmpi(fliplr(field),fliplr('temperature'),11), 42 tolerance=10^- 6;48 tolerance=10^-12; 43 49 end 44 50
Note:
See TracChangeset
for help on using the changeset viewer.