Changeset 18127
- Timestamp:
- 06/09/14 11:45:14 (11 years ago)
- Location:
- issm/trunk-jpl/src/m/parameterization
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/parameterization/setflowequation.m
r18076 r18127 1 1 function md=setflowequation(md,varargin) 2 %SET ELEMENTSTYPE- associate a solution type to each element2 %SETFLOWEQUATION - associate a solution type to each element 3 3 % 4 4 % This routine works like plotmodel: it works with an even number of inputs -
issm/trunk-jpl/src/m/parameterization/setflowequation.py
r18076 r18127 8 8 def setflowequation(md,*args): 9 9 """ 10 SET ELEMENTSTYPE- associate a solution type to each element10 SETFLOWEQUATION - associate a solution type to each element 11 11 12 12 This routine works like plotmodel: it works with an even number of inputs
Note:
See TracChangeset
for help on using the changeset viewer.