Changeset 5611
- Timestamp:
- 08/27/10 11:01:09 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test231.m
r5193 r5611 1 md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp', 50000);1 md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',100000); 2 2 md=meshprocessrifts(md,'../Exp/Square.exp'); 3 3 md=geography(md,'all',''); … … 5 5 md=setelementstype(md,'macayeal','all'); 6 6 md.cluster='none'; 7 md.verbose=10; 8 md.eps_res=10^5; 9 md.eps_rel=30; 10 md.min_mechanical_constraints=55; 7 11 8 12 %solver, to handle penalties -
issm/trunk/test/NightlyRun/test232.m
r5193 r5611 5 5 md=setelementstype(md,'macayeal','all'); 6 6 md.cluster=oshostname(); 7 md.np=2 7 md.np=2; 8 8 9 9 %solver, to handle penalties
Note:
See TracChangeset
for help on using the changeset viewer.