Changeset 13975 for issm/trunk/test/NightlyRun/test213.m
- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/test
- Property svn:mergeinfo changed
-
Property svn:ignore
set to
AdTests
-
issm/trunk/test/NightlyRun/test213.m
r13395 r13975 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000.); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 md=extrude(md,3,1 );4 md=extrude(md,3,1.); 5 5 md=setflowequation(md,'macayeal','all'); 6 6 … … 19 19 20 20 md.cluster=generic('name',oshostname(),'np',3); 21 md=solve(md,DiagnosticSolutionEnum );21 md=solve(md,DiagnosticSolutionEnum()); 22 22 23 23 %Fields and tolerances to track changes 24 field_names ={'Gradient' 'Misfits' 'MaterialsRheologyBbar' '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={...
Note:
See TracChangeset
for help on using the changeset viewer.