source: issm/trunk/test/NightlyRun/test318.m@ 20500

Last change on this file since 20500 was 20500, checked in by Mathieu Morlighem, 9 years ago

merged trunk-jpl and trunk for revision 20497

File size: 911 bytes
RevLine 
[19105]1%Test Name: SquareSheetConstrainedSteaSIA3d
[13975]2md=triangle(model(),'../Exp/Square.exp',180000.);
[9641]3md=setmask(md,'','');
[5015]4md=parameterize(md,'../Par/SquareSheetConstrained.par');
[13975]5md=extrude(md,4,1.);
[16137]6md=setflowequation(md,'SIA','all');
[8589]7md.cluster=generic('name',oshostname(),'np',3);
[9628]8md.timestepping.time_step=0;
[13975]9md=solve(md,SteadystateSolutionEnum());
[5098]10
11%Fields and tolerances to track changes
[18301]12field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate'};
[20500]13field_tolerances={1e-13,1e-13,6e-10,1e-10,1e-13,1e-11,1e-6};
[5098]14field_values={...
[10976]15 (md.results.SteadystateSolution.Vx),...
16 (md.results.SteadystateSolution.Vy),...
17 (md.results.SteadystateSolution.Vz),...
18 (md.results.SteadystateSolution.Vel),...
19 (md.results.SteadystateSolution.Pressure),...
20 (md.results.SteadystateSolution.Temperature),...
[18301]21 (md.results.SteadystateSolution.BasalforcingsGroundediceMeltingRate),...
[5098]22 };
Note: See TracBrowser for help on using the repository browser.