Changeset 17676
- Timestamp:
- 04/08/14 15:56:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/parameterization/setflowequation.m
r17674 r17676 71 71 72 72 %Check that no L1L2 or HO or FS for 2d mesh 73 if meshdim(md.mesh)==273 if strcmp(meshxdim(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.