Ignore:
Timestamp:
08/09/10 14:58:07 (15 years ago)
Author:
Mathieu Morlighem
Message:

no more testXXX_nightly.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test227.m

    r5026 r5098  
    2020md.cluster='none';
    2121md=solve(md,'analysis_type',DiagnosticSolutionEnum);
     22
     23%Fields and tolerances to track changes
     24field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
     25field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
     26field_values={...
     27        PatchToVec(md.results.DiagnosticSolution.Gradient),...
     28        md.results.DiagnosticSolution.J,...
     29        PatchToVec(md.results.DiagnosticSolution.RheologyB),...
     30        PatchToVec(md.results.DiagnosticSolution.Pressure),...
     31        PatchToVec(md.results.DiagnosticSolution.Vel),...
     32        PatchToVec(md.results.DiagnosticSolution.Vx),...
     33        PatchToVec(md.results.DiagnosticSolution.Vy)
     34};
Note: See TracChangeset for help on using the changeset viewer.