You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, no custom boundary tags are exported along with the mesh.
:mod:`firedrake` seems to only allow one marker on each facet, whereas
:mod:`meshmode` allows many.
FWIW, since firedrakeproject/firedrake#2007 entities can be marked with multiple tags and it all works. After building the plex, create a "Face Sets" label (or if you don't like that literal, a firedrake.cython.dmcommon.FACE_SETS_LABEL) (or CELL_SETS_LABEL for cells) and mark the points.
The text was updated successfully, but these errors were encountered:
The examples in utility meshes seem to only tag each face label with one tag (e.g. plex.setLabelValue(FACE_SETS_LABEL, face_id, label_id)). Are there any examples of tagging with multiple tags?
meshmode/meshmode/interop/firedrake/mesh.py
Lines 802 to 805 in 6b2bd65
FWIW, since firedrakeproject/firedrake#2007 entities can be marked with multiple tags and it all works. After building the plex, create a
"Face Sets"
label (or if you don't like that literal, afiredrake.cython.dmcommon.FACE_SETS_LABEL
) (orCELL_SETS_LABEL
for cells) and mark the points.The text was updated successfully, but these errors were encountered: