Changeset 15527
- Timestamp:
- 07/21/13 13:36:11 (12 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
- 
      - 2 edited
 
 - 
          
  flowequation.m (modified) (1 diff)
- 
          
  flowequation.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      issm/trunk-jpl/src/m/classes/flowequation.mr15504 r15527 50 50 md = checkfield(md,'flowequation.element_equation','size',[md.mesh.numberofelements 1],'values',[0:8]); 51 51 end 52 if ~(obj.is macayeal || obj.ispattyn || obj.ishutter || obj.isstokes || obj.isl1l2),52 if ~(obj.ishutter || obj.ismacayeal || obj.isl1l2 || obj.ispattyn || obj.isstokes), 53 53 md = checkmessage(md,['no element types set for this model']); 54 54 end 
- 
      issm/trunk-jpl/src/m/classes/flowequation.pyr15504 r15527 67 67 md = checkfield(md,'flowequation.element_equation','size',[md.mesh.numberofelements],'values',[1,2]) 68 68 else: 69 md = checkfield(md,'flowequation.vertex_equation','size',[md.mesh.numberofvertices],'values',numpy.arange(0, 7+1))70 md = checkfield(md,'flowequation.element_equation','size',[md.mesh.numberofelements],'values',numpy.arange(0, 7+1))71 if not (self.is macayeal or self.ispattyn or self.ishutter or self.isstokes or self.isl1l2):69 md = checkfield(md,'flowequation.vertex_equation','size',[md.mesh.numberofvertices],'values',numpy.arange(0,8)) 70 md = checkfield(md,'flowequation.element_equation','size',[md.mesh.numberofelements],'values',numpy.arange(0,8)) 71 if not (self.ishutter or self.ismacayeal or self.isl1l2 or self.ispattyn or self.isstokes): 72 72 md.checkmessage("no element types set for this model") 73 73 
  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)
