Ignore:
Timestamp:
06/03/14 14:47:12 (11 years ago)
Author:
seroussi
Message:

NEW: added archive for P4z test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test291.m

    r18091 r18092  
    77md.cluster=generic('name',oshostname(),'np',1);
    88md=solve(md,StressbalanceSolutionEnum());
     9
     10%Fields and tolerances to track changes
     11field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
     12field_tolerances={5e-5,5e-5,8e-5,5e-5,1e-7};
     13field_values={...
     14        (md.results.StressbalanceSolution.Vx),...
     15        (md.results.StressbalanceSolution.Vy),...
     16        (md.results.StressbalanceSolution.Vz),...
     17        (md.results.StressbalanceSolution.Vel),...
     18        (md.results.StressbalanceSolution.Pressure),...
     19        };
Note: See TracChangeset for help on using the changeset viewer.