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