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:
563 bytes
|
Line | |
---|
1 | %Test Name: 79NorthMasstransp2dDG
|
---|
2 | md=triangle(model(),'../Exp/79North.exp',10000.);
|
---|
3 | md=meshconvert(md);
|
---|
4 | md=setmask(md,'../Exp/79NorthShelf.exp','');
|
---|
5 | md=parameterize(md,'../Par/79North.par');
|
---|
6 | md=setflowequation(md,'SSA','all');
|
---|
7 | md.masstransport.stabilization=3;
|
---|
8 | md.masstransport.spcthickness=md.geometry.thickness;
|
---|
9 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
10 | md=solve(md,'Masstransport');
|
---|
11 |
|
---|
12 | %Fields and tolerances to track changes
|
---|
13 | field_names ={'Thickness'};
|
---|
14 | field_tolerances={1e-13};
|
---|
15 | field_values={...
|
---|
16 | (md.results.MasstransportSolution.Thickness),...
|
---|
17 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.