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