source: issm/trunk/test/NightlyRun/test228.m@ 4998

Last change on this file since 4998 was 4998, checked in by seroussi, 15 years ago

added rifts and dakota tests

File size: 451 bytes
Line 
1md=mesh(model,'../Exp/Square.exp','../Exp/Rifts.exp',50000);
2md=meshprocessrifts(md,'../Exp/Square.exp');
3md=geography(md,'all','');
4md=parameterize(md,'../Par/SquareShelf.par');
5md=setelementstype(md,'macayeal','all');
6md.cluster=oshostname();
7md.solverstring=' -mat_type aijmumps -ksp_type preonly -pc_type lu -mat_mumps_icntl_14 80 ';
8md=solversettomumps(md);
9error('rifts not working for now')
10md=solve(md,'analysis_type',DiagnosticSolutionEnum);
Note: See TracBrowser for help on using the repository browser.