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

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