Ignore:
Timestamp:
09/07/11 08:46:46 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added mask object

File:
1 edited

Legend:

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

    r9541 r9641  
    11md=mesh(model,'../Exp/Square.exp',200000);
    2 md=geography(md,'all','');
     2md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
     
    77%control parameters
    88md.control_analysis=1;
    9 md.control_type={'RheologyBbar'};
     9md.control_type={'MaterialsRheologyBbar'};
    1010md.cm_min=10^6*ones(md.numberofnodes,1);
    1111md.cm_max=2*10^9*ones(md.numberofnodes,1);
     
    2222
    2323%Fields and tolerances to track changes
    24 field_names     ={'Gradient' 'Misfits' 'RheologyBbar' 'Pressure' 'Vel' 'Vx' 'Vy'};
     24field_names     ={'Gradient' 'Misfits' 'MaterialsRheologyBbar' 'Pressure' 'Vel' 'Vx' 'Vy'};
    2525field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2626field_values={...
    2727        PatchToVec(md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.RheologyB),...
     29        PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    3030        PatchToVec(md.results.DiagnosticSolution.Pressure),...
    3131        PatchToVec(md.results.DiagnosticSolution.Vel),...
Note: See TracChangeset for help on using the changeset viewer.