Changeset 9641 for issm/trunk/test/NightlyRun/test226.m
- Timestamp:
- 09/07/11 08:46:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test226.m
r9541 r9641 1 1 md=mesh(model,'../Exp/Square.exp',200000); 2 md= geography(md,'all','');2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 4 md=extrude(md,3,1); … … 7 7 %control parameters 8 8 md.control_analysis=1; 9 md.control_type={' RheologyBbar'};9 md.control_type={'MaterialsRheologyBbar'}; 10 10 md.cm_min=10^6*ones(md.numberofnodes,1); 11 11 md.cm_max=2*10^9*ones(md.numberofnodes,1); … … 22 22 23 23 %Fields and tolerances to track changes 24 field_names ={'Gradient' 'Misfits' ' RheologyBbar' 'Pressure' 'Vel' 'Vx' 'Vy'};24 field_names ={'Gradient' 'Misfits' 'MaterialsRheologyBbar' 'Pressure' 'Vel' 'Vx' 'Vy'}; 25 25 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13}; 26 26 field_values={... 27 27 PatchToVec(md.results.DiagnosticSolution.Gradient1),... 28 28 md.results.DiagnosticSolution.J,... 29 PatchToVec(md.results.DiagnosticSolution. RheologyB),...29 PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),... 30 30 PatchToVec(md.results.DiagnosticSolution.Pressure),... 31 31 PatchToVec(md.results.DiagnosticSolution.Vel),...
Note:
See TracChangeset
for help on using the changeset viewer.