Ignore:
Timestamp:
08/06/10 14:13:36 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added Square CM B tests

File:
1 edited

Legend:

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

    r4998 r5026  
    1 field_names     ={'Vx','Vy','Vel','Pressure'};
    2 field_tolerances={1e-13,1e-13,1e-13,1e-13};
     1field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
     2field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    33field_values={...
     4        PatchToVec(md.results.DiagnosticSolution.Gradient),...
     5        md.results.DiagnosticSolution.J,...
     6        PatchToVec(md.results.DiagnosticSolution.RheologyB),...
     7        PatchToVec(md.results.DiagnosticSolution.Pressure),...
     8        PatchToVec(md.results.DiagnosticSolution.Vel),...
    49        PatchToVec(md.results.DiagnosticSolution.Vx),...
    5         PatchToVec(md.results.DiagnosticSolution.Vy),...
    6         PatchToVec(md.results.DiagnosticSolution.Vel),...
    7         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    8         };
     10        PatchToVec(md.results.DiagnosticSolution.Vy)
     11};
Note: See TracChangeset for help on using the changeset viewer.