Changeset 1301


Ignore:
Timestamp:
07/13/09 10:24:05 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/modelextract.m

    r1300 r1301  
    99%   an empty string '' will be considered as an empty domain
    1010%   a string 'all' will be considered as the entire domain
     11%   add an argument 0 if you do not want the elements to be checked (faster)
    1112%
    1213%   Usage:
    13 %      md2=modelextract(md1,area);
     14%      md2=modelextract(md1,area,varargin);
    1415%
    1516%   Examples:
    1617%      md2=modelextract(md,'Domain.exp');
     18%      md2=modelextract(md,'Domain.exp',1);
    1719%      md2=modelextract(md,md.elementoniceshelf);
    1820%
Note: See TracChangeset for help on using the changeset viewer.