Changeset 12944 for issm/trunk-jpl/src/m/model/setflowequation.py
- Timestamp:
- 08/08/12 11:48:34 (13 years ago)
- File:
-
- 1 edited
-
issm/trunk-jpl/src/m/model/setflowequation.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/setflowequation.py
r12888 r12944 9 9 SETELEMENTSTYPE - associate a solution type to each element 10 10 11 This routine works like plotmodel: it works with an even number of inputs12 'hutter','macayeal','pattyn','stokes' and 'fill' are the possible options13 that must be followed by the corresponding exp file or flags list14 It can either be a domain file (argus type, .exp extension), or an array of element flags.15 If user wants every element outside the domain to be16 setflowequationd, add '~' to the name of the domain file (ex: '~Pattyn.exp');17 an empty string '' will be considered as an empty domain18 a string 'all' will be considered as the entire domain19 You can specify the type of coupling, 'penalties' or 'tiling', to use with the input 'coupling'20 21 Usage:22 md=setflowequation(md,varargin)23 24 Example:25 md=setflowequation(md,'pattyn','Pattyn.exp','macayeal',md.mask.elementonfloatingice,'fill','hutter');26 md=setflowequation(md,'pattyn','Pattyn.exp',fill','hutter','coupling','tiling');11 This routine works like plotmodel: it works with an even number of inputs 12 'hutter','macayeal','pattyn','stokes' and 'fill' are the possible options 13 that must be followed by the corresponding exp file or flags list 14 It can either be a domain file (argus type, .exp extension), or an array of element flags. 15 If user wants every element outside the domain to be 16 setflowequationd, add '~' to the name of the domain file (ex: '~Pattyn.exp'); 17 an empty string '' will be considered as an empty domain 18 a string 'all' will be considered as the entire domain 19 You can specify the type of coupling, 'penalties' or 'tiling', to use with the input 'coupling' 20 21 Usage: 22 md=setflowequation(md,varargin) 23 24 Example: 25 md=setflowequation(md,'pattyn','Pattyn.exp','macayeal',md.mask.elementonfloatingice,'fill','hutter'); 26 md=setflowequation(md,'pattyn','Pattyn.exp',fill','hutter','coupling','tiling'); 27 27 """ 28 28
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)