Changeset 17676


Ignore:
Timestamp:
04/08/14 15:56:00 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: FS is allowed for 2d vertical meshes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/parameterization/setflowequation.m

    r17674 r17676  
    7171
    7272%Check that no L1L2 or HO or FS for 2d mesh
    73 if meshdim(md.mesh)==2
     73if strcmp(meshxdim(md.mesh),'2Dhorizontal')
    7474        if any(L1L2flag | FSflag | HOflag)
    7575                error('FS and HO elements not allowed in 2d mesh, extrude it first')
Note: See TracChangeset for help on using the changeset viewer.