Changeset 13711


Ignore:
Timestamp:
10/17/12 10:29:17 (12 years ago)
Author:
jschierm
Message:

NEW: Working test216.py and test274.py.

Location:
issm/trunk-jpl/test/NightlyRun
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test216.py

    r13685 r13711  
    1616from numpy import *
    1717from triangle import *
     18from meshprocessrifts import *
    1819from setmask import *
    1920from parameterize import *
     
    2122from solve import *
    2223
    23 md=triangle(model(),'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000)
     24md=triangle(model(),'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000.)
    2425md=meshprocessrifts(md,'../Exp/Square.exp')
    2526md=setmask(md,'all','')
     
    2829md.cluster=generic('name',oshostname(),'np',3)
    2930
    30 
    3131# rift settings
    3232
    33 md.rifts.riftstruct.fill=MelangeEnum()
    34 md.rifts.riftstruct.fraction=0
     33md.rifts.riftstruct[0]['fill']=MelangeEnum()
     34md.rifts.riftstruct[0]['fraction']=0
    3535md.diagnostic.rift_penalty_lock=2
    3636md.diagnostic.rift_penalty_threshold=0
    37 md.rifts.riftstruct.fractionincrement=.1
     37md.rifts.riftstruct[0]['fractionincrement']=0.1
    3838md=solve(md,DiagnosticSolutionEnum())
    39 
    4039
    4140# Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.