source: issm/trunk-jpl/test/NightlyRun/test219.js@ 21175

Last change on this file since 21175 was 21175, checked in by ayfeng, 8 years ago

Add tests 110,116,12[0-6], 21[0-9], 22[0-2]

File size: 690 bytes
RevLine 
[21175]1//Test Name: SquareShelfStressSSAHOTiling
2var md = new model();
3triangle(md,square[0],150000.);
4setmask(md,'all','');
5parameterize(md);
6md.extrude(md,3,2.);
7setflowequation(md,'HO','../Exp/SquareHalfRight.exp','fill','SSA');
8//md.cluster=generic('name',oshostname(),'np',3);
9md=solve(md,'Stressbalance');
10
11//Fields and tolerances to track changes
12field_names =['Vx','Vy','Vz','Vel','Pressure'];
13field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13];
14field_values=[
15 (md.results.StressbalanceSolution[0].Vx),
16 (md.results.StressbalanceSolution[0].Vy),
17 (md.results.StressbalanceSolution[0].Vz),
18 (md.results.StressbalanceSolution[0].Vel),
19 (md.results.StressbalanceSolution[0].Pressure),
20 ];
Note: See TracBrowser for help on using the repository browser.