Last change
on this file since 15565 was 15565, checked in by Mathieu Morlighem, 12 years ago |
CHG: hutter-> SIA macayeal->SSA pattyn->HO stokes->FS
|
File size:
589 bytes
|
Rev | Line | |
---|
[13670] | 1 | md=triangle(model(),'../Exp/Square.exp',150000.);
|
---|
[9641] | 2 | md=setmask(md,'all','');
|
---|
[4963] | 3 | md=parameterize(md,'../Par/SquareShelfConstrained.par');
|
---|
| 4 | %Add boundary conditions on thickness on the border
|
---|
[9714] | 5 | pos=find(md.mesh.vertexonboundary);
|
---|
[9691] | 6 | md.balancethickness.spcthickness(pos)=md.geometry.thickness(pos);
|
---|
[15565] | 7 | md=setflowequation(md,'SSA','all');
|
---|
[8589] | 8 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
[13581] | 9 | md=solve(md,BalancethicknessSolutionEnum());
|
---|
[5098] | 10 |
|
---|
| 11 | %Fields and tolerances to track changes
|
---|
| 12 | field_names ={'Thickness'};
|
---|
| 13 | field_tolerances={1e-13};
|
---|
| 14 | field_values={...
|
---|
[10976] | 15 | (md.results.BalancethicknessSolution.Thickness),...
|
---|
[5098] | 16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.