Changeset 5520
- Timestamp:
- 08/23/10 15:36:08 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/test/NightlyRun/test236.m ¶
r5500 r5520 86 86 md.results.dakota.importancefactors=importancefactors(md,'scaled_RheologyBbar','MaxVel')'; 87 87 field_names ={'importancefactors'}; 88 field_tolerances={1e-1 2};88 field_tolerances={1e-10}; 89 89 field_values={... 90 90 md.results.dakota.importancefactors,... -
TabularUnified issm/trunk/test/NightlyRun/test344.m ¶
r5434 r5520 24 24 %Fields and tolerances to track changes 25 25 field_names ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'}; 26 field_tolerances={1e-0 9,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};26 field_tolerances={1e-06,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09}; 27 27 field_values={... 28 28 PatchToVec(md.results.DiagnosticSolution.Gradient),...
Note:
See TracChangeset
for help on using the changeset viewer.