Last change
on this file was 26159, checked in by tsantos, 4 years ago |
ADD: added tests to check stabilization schemes for mass transport equation
|
File size:
502 bytes
|
Line | |
---|
1 | %Test Name: SquareShelfConstrainedMasstransp2dSUPG
|
---|
2 | md=triangle(model(),'../Exp/Square.exp',150000.);
|
---|
3 | md=setmask(md,'all','');
|
---|
4 | md=parameterize(md,'../Par/SquareShelfConstrained.par');
|
---|
5 | md=setflowequation(md,'SSA','all');
|
---|
6 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
7 | md.masstransport.stabilization=5;
|
---|
8 | md=solve(md,'Masstransport');
|
---|
9 |
|
---|
10 | %Fields and tolerances to track changes
|
---|
11 | field_names ={'Thickness'};
|
---|
12 | field_tolerances={1e-13};
|
---|
13 | field_values={...
|
---|
14 | (md.results.MasstransportSolution.Thickness),...
|
---|
15 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.