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
  • issm/trunk-jpl/test/NightlyRun/test430.m

    r15565 r15771  
    44md=extrude(md,3,1.);
    55md=setflowequation(md,'FS','all');
    6 md.diagnostic.isnewton=1;
    7 md.diagnostic.restol=0.0001;
     6md.stressbalance.isnewton=1;
     7md.stressbalance.restol=0.0001;
    88md.cluster=generic('name',oshostname(),'np',3);
    9 md=solve(md,DiagnosticSolutionEnum());
     9md=solve(md,StressbalanceSolutionEnum());
    1010
    1111%Fields and tolerances to track changes
     
    1313field_tolerances={1e-07,1e-07,1e-06,1e-07,1e-07};
    1414field_values={...
    15         (md.results.DiagnosticSolution.Vx),...
    16         (md.results.DiagnosticSolution.Vy),...
    17         (md.results.DiagnosticSolution.Vz),...
    18         (md.results.DiagnosticSolution.Vel),...
    19         (md.results.DiagnosticSolution.Pressure),...
     15        (md.results.StressbalanceSolution.Vx),...
     16        (md.results.StressbalanceSolution.Vy),...
     17        (md.results.StressbalanceSolution.Vz),...
     18        (md.results.StressbalanceSolution.Vel),...
     19        (md.results.StressbalanceSolution.Pressure),...
    2020        };
Note: See TracChangeset for help on using the changeset viewer.