source: issm/trunk/test/NightlyRun/test107.py@ 13395

Last change on this file since 13395 was 13395, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 13393

File size: 635 bytes
Line 
1from model import *
2from triangle import *
3from setmask import *
4from parameterize import *
5from setflowequation import *
6from EnumDefinitions import *
7from solve import *
8from MatlabFuncs import *
9
10md=triangle(model(),'../Exp/Square.exp',150000)
11md=setmask(md,'all','')
12md=parameterize(md,'../Par/SquareShelfConstrained.py')
13md=setflowequation(md,'macayeal','all')
14md.extrude(5,3)
15md.cluster=generic('name',oshostname(),'np',3)
16md=solve(md,PrognosticSolutionEnum())
17
18#Fields and tolerances to track changes
19field_names =['Thickness']
20field_tolerances=[1e-13]
21field_values=[\
22 md.results['PrognosticSolution'][1]['Thickness'],\
23 ]
Note: See TracBrowser for help on using the repository browser.