Last change
on this file was 21341, checked in by Mathieu Morlighem, 8 years ago |
merged trunk-jpl and trunk for revision 21337
|
File size:
622 bytes
|
Line | |
---|
1 | %Test Name: SquareSheetConstrainedStressSSA2d
|
---|
2 | md=triangle(model(),'../Exp/Square.exp',150000.);
|
---|
3 | md=setmask(md,'','');
|
---|
4 | md=parameterize(md,'../Par/SquareSheetConstrained.par');
|
---|
5 | md=setflowequation(md,'SSA','all');
|
---|
6 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
7 | md=solve(md,'Stressbalance');
|
---|
8 |
|
---|
9 | %Fields and tolerances to track changes
|
---|
10 | field_names ={'Vx','Vy','Vel','Pressure'};
|
---|
11 | field_tolerances={1e-13,1e-13,1e-13,1e-13};
|
---|
12 | field_values={...
|
---|
13 | (md.results.StressbalanceSolution.Vx),...
|
---|
14 | (md.results.StressbalanceSolution.Vy),...
|
---|
15 | (md.results.StressbalanceSolution.Vel),...
|
---|
16 | (md.results.StressbalanceSolution.Pressure),...
|
---|
17 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.