Changeset 5355 for issm/trunk/test/NightlyRun/test223.m
- Timestamp:
- 08/18/10 10:12:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test223.m
r5279 r5355 6 6 %control parameters 7 7 md.control_analysis=1; 8 md.control_type= 'rheology_B';8 md.control_type=RheologyBbarEnum(); 9 9 md.cm_min=10^6; 10 10 md.cm_max=2*10^9; … … 21 21 22 22 %Fields and tolerances to track changes 23 field_names ={'Gradient' 'Misfits' 'RheologyB 2d' 'Pressure' 'Vel' 'Vx' 'Vy'};23 field_names ={'Gradient' 'Misfits' 'RheologyBbar' 'Pressure' 'Vel' 'Vx' 'Vy'}; 24 24 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13}; 25 25 field_values={... 26 26 PatchToVec(md.results.DiagnosticSolution.Gradient),... 27 27 md.results.DiagnosticSolution.J,... 28 PatchToVec(md.results.DiagnosticSolution.RheologyB 2d),...28 PatchToVec(md.results.DiagnosticSolution.RheologyBbar),... 29 29 PatchToVec(md.results.DiagnosticSolution.Pressure),... 30 30 PatchToVec(md.results.DiagnosticSolution.Vel),...
Note:
See TracChangeset
for help on using the changeset viewer.