Ignore:
Timestamp:
08/09/13 10:59:47 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: Diagnostic is now Stressbalance

File:
1 edited

Legend:

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

    r15647 r15771  
    1414md.extrude(5,1.)
    1515md=setflowequation(md,'HO','all')
    16 md.diagnostic.isnewton=1
    17 md.diagnostic.restol=0.0001
     16md.stressbalance.isnewton=1
     17md.stressbalance.restol=0.0001
    1818md.cluster=generic('name',oshostname(),'np',3)
    19 md=solve(md,DiagnosticSolutionEnum())
     19md=solve(md,StressbalanceSolutionEnum())
    2020
    2121#Fields and tolerances to track changes
     
    2323field_tolerances=[2e-09,2e-09,1e-09,2e-09,1e-09]
    2424field_values=[\
    25         md.results.DiagnosticSolution.Vx,\
    26         md.results.DiagnosticSolution.Vy,\
    27         md.results.DiagnosticSolution.Vz,\
    28         md.results.DiagnosticSolution.Vel,\
    29         md.results.DiagnosticSolution.Pressure,\
     25        md.results.StressbalanceSolution.Vx,\
     26        md.results.StressbalanceSolution.Vy,\
     27        md.results.StressbalanceSolution.Vz,\
     28        md.results.StressbalanceSolution.Vel,\
     29        md.results.StressbalanceSolution.Pressure,\
    3030        ]
Note: See TracChangeset for help on using the changeset viewer.