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

    r5025 r5098  
    99error('rifts not working for now')
    1010md=solve(md,'analysis_type',DiagnosticSolutionEnum);
     11
     12%Fields and tolerances to track changes
     13field_names     ={'Vx','Vy','Vel','Pressure'};
     14field_tolerances={1e-13,1e-13,1e-13,1e-13};
     15field_values={...
     16        PatchToVec(md.results.DiagnosticSolution.Vx),...
     17        PatchToVec(md.results.DiagnosticSolution.Vy),...
     18        PatchToVec(md.results.DiagnosticSolution.Vel),...
     19        PatchToVec(md.results.DiagnosticSolution.Pressure),...
     20        };
Note: See TracChangeset for help on using the changeset viewer.