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/test208.m

    r4961 r5098  
    66md.cluster=oshostname;
    77md=solve(md,'analysis_type',DiagnosticSolutionEnum);
     8
     9%Fields and tolerances to track changes
     10field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
     11field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08};
     12field_values={...
     13        PatchToVec(md.results.DiagnosticSolution.Vx),...
     14        PatchToVec(md.results.DiagnosticSolution.Vy),...
     15        PatchToVec(md.results.DiagnosticSolution.Vz),...
     16        PatchToVec(md.results.DiagnosticSolution.Vel),...
     17        PatchToVec(md.results.DiagnosticSolution.Pressure),...
     18        };
Note: See TracChangeset for help on using the changeset viewer.