Changeset 13975 for issm/trunk/test/NightlyRun/test325.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/test325.m
r13395 r13975 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000.); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); 4 md=extrude(md,3,1 );4 md=extrude(md,3,1.); 5 5 md=setflowequation(md,'macayeal','all'); 6 md.timestepping.time_step=0 ;6 md.timestepping.time_step=0.; 7 7 md.cluster=generic('name',oshostname(),'np',3); 8 8 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 9 md=solve(md,EnthalpySolutionEnum );9 md=solve(md,EnthalpySolutionEnum()); 10 10 11 11 %Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.