Last change
on this file since 16137 was 16137, checked in by Mathieu Morlighem, 11 years ago |
merged trunk-jpl and trunk for revision 16135
|
File size:
541 bytes
|
Line | |
---|
1 | md=triangle(model(),'../Exp/79North.exp',10000.);
|
---|
2 | md=meshconvert(md);
|
---|
3 | md=setmask(md,'../Exp/79NorthShelf.exp','');
|
---|
4 | md=parameterize(md,'../Par/79North.par');
|
---|
5 | md=setflowequation(md,'SSA','all');
|
---|
6 | md.masstransport.stabilization=3;
|
---|
7 | md.masstransport.spcthickness=md.geometry.thickness;
|
---|
8 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
9 | md=solve(md,MasstransportSolutionEnum());
|
---|
10 |
|
---|
11 | %Fields and tolerances to track changes
|
---|
12 | field_names ={'Thickness'};
|
---|
13 | field_tolerances={1e-13};
|
---|
14 | field_values={...
|
---|
15 | (md.results.MasstransportSolution.Thickness),...
|
---|
16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.