Ignore:
Timestamp:
08/18/10 10:12:20 (15 years ago)
Author:
Mathieu Morlighem
Message:

control_type is now an Enum

File:
1 edited

Legend:

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

    r5279 r5355  
    66%control parameters
    77md.control_analysis=1;
    8 md.control_type='rheology_B';
     8md.control_type=RheologyBbarEnum();
    99md.cm_min=10^6;
    1010md.cm_max=2*10^9;
     
    2121
    2222%Fields and tolerances to track changes
    23 field_names     ={'Gradient' 'Misfits' 'RheologyB2d' 'Pressure' 'Vel' 'Vx' 'Vy'};
     23field_names     ={'Gradient' 'Misfits' 'RheologyBbar' 'Pressure' 'Vel' 'Vx' 'Vy'};
    2424field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2525field_values={...
    2626        PatchToVec(md.results.DiagnosticSolution.Gradient),...
    2727        md.results.DiagnosticSolution.J,...
    28         PatchToVec(md.results.DiagnosticSolution.RheologyB2d),...
     28        PatchToVec(md.results.DiagnosticSolution.RheologyBbar),...
    2929        PatchToVec(md.results.DiagnosticSolution.Pressure),...
    3030        PatchToVec(md.results.DiagnosticSolution.Vel),...
Note: See TracChangeset for help on using the changeset viewer.