Changeset 16317
- Timestamp:
- 10/07/13 16:02:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/parameterization/setflowequation.m
r15987 r16317 71 71 72 72 %Check that no L1L2 or HO or FS for 2d mesh 73 if (md.mesh.dimension==2),73 if strcmp(meshtype(md.mesh),'2Dhorizontal') 74 74 if any(L1L2flag | FSflag | HOflag) 75 75 error('FS and HO elements not allowed in 2d mesh, extrude it first')
Note:
See TracChangeset
for help on using the changeset viewer.