Changeset 5119
- Timestamp:
- 08/10/10 13:29:37 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/IdToName.m
r5100 r5119 150 150 elseif (id==431), name='SquareSheetShelfCMDragSteaP3dSerial'; 151 151 elseif (id==432), name='SquareSheetShelfCMDragSteaP3dParallel'; 152 elseif (id==434), name='SquareSheetShelfDiadM3dDakotaSamp'; 152 153 elseif (id==501), name='PigDiagM2dSerial'; 153 154 elseif (id==502), name='PigDiagM2dParallel'; -
issm/trunk/test/NightlyRun/test231.m
r5098 r5119 1 md=mesh(model,'../Exp/Square .exp','../Exp/Rifts.exp',50000);1 md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000); 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.solverstring=' -mat_type aijmumps -ksp_type preonly -pc_type lu -mat_mumps_icntl_14 80 '; 7 8 %solver, to handle penalties 8 9 md=solversettoasm(md); 9 error('rifts not working for now') 10 %md=solversettomumps(md); 11 12 %rift settings 13 md.rifts.fill=MelangeEnum(); 14 md.rifts.fraction=0; 15 md.penalty_lock=2; 16 md.rifts.fractionincrement=.1; 17 10 18 md=solve(md,'analysis_type',DiagnosticSolutionEnum); 11 19 -
issm/trunk/test/NightlyRun/test232.m
r5098 r5119 1 md=mesh(model,'../Exp/Square .exp','../Exp/Rifts.exp',50000);1 md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000); 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=oshostname(); 7 md.solverstring=' -mat_type aijmumps -ksp_type preonly -pc_type lu -mat_mumps_icntl_14 80 '; 7 md.np=1 8 9 %solver, to handle penalties 10 %md=solversettoasm(md); 8 11 md=solversettomumps(md); 9 error('rifts not working for now') 12 13 %rift settings 14 md.rifts.fill=MelangeEnum(); 15 md.rifts.fraction=0; 16 md.penalty_lock=2; 17 md.rifts.fractionincrement=.1; 18 10 19 md=solve(md,'analysis_type',DiagnosticSolutionEnum); 11 20
Note:
See TracChangeset
for help on using the changeset viewer.