Changeset 13711
- Timestamp:
- 10/17/12 10:29:17 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test216.py
r13685 r13711 16 16 from numpy import * 17 17 from triangle import * 18 from meshprocessrifts import * 18 19 from setmask import * 19 20 from parameterize import * … … 21 22 from solve import * 22 23 23 md=triangle(model(),'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000 )24 md=triangle(model(),'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000.) 24 25 md=meshprocessrifts(md,'../Exp/Square.exp') 25 26 md=setmask(md,'all','') … … 28 29 md.cluster=generic('name',oshostname(),'np',3) 29 30 30 31 31 # rift settings 32 32 33 md.rifts.riftstruct .fill=MelangeEnum()34 md.rifts.riftstruct .fraction=033 md.rifts.riftstruct[0]['fill']=MelangeEnum() 34 md.rifts.riftstruct[0]['fraction']=0 35 35 md.diagnostic.rift_penalty_lock=2 36 36 md.diagnostic.rift_penalty_threshold=0 37 md.rifts.riftstruct .fractionincrement=.137 md.rifts.riftstruct[0]['fractionincrement']=0.1 38 38 md=solve(md,DiagnosticSolutionEnum()) 39 40 39 41 40 # Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.