Ignore:
Timestamp:
04/08/14 20:39:20 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: following Chris' suggestions, we adopt the following convention
md.mesh.dimension -> DomainDimensionEnum
md.mesh.domaintype ->DomainTypeEnum
md.mesh.elementtype->MeshElementtypeEnum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mech/thomasparams.m

    r17674 r17686  
    5151        error(['md.results.strainrate is not present.  Calculate using md=mechanicalproperties(md,vx,vy)'])
    5252end
    53 if meshdim(md.mesh)~=2,
     53if dimension(md.mesh)~=2,
    5454        error('only 2d model supported currently');
    5555end
Note: See TracChangeset for help on using the changeset viewer.