Changeset 2117
- Timestamp:
- 09/08/09 07:39:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r2037 r2117 48 48 tolerance=10^-6; 49 49 elseif strncmpi(fliplr(field),fliplr('temperature'),11), 50 tolerance=10^-1 2;50 tolerance=10^-11; 51 51 end 52 52 53 53 elseif (strcmpi(solution,'steadystate')), 54 54 if md.isstokes, 55 tolerance= 10^-6;55 tolerance=5*10^-5; 56 56 elseif any(md.gridonpattyn), 57 tolerance= 10^-8;57 tolerance=2*10^-8; 58 58 else, 59 59 tolerance=10^-10;
Note:
See TracChangeset
for help on using the changeset viewer.