Skip to content

mesh.mark_entities() vs RelabeledMesh() #3126

Discussion options

You must be logged in to vote

You are right. This PR #3128 allows for using label_name=CELL_SETS_LABEL and label_name=FACE_SETS_LABEL and also make them defaults.
Your example will then work by replacing:

mesh.mark_entities(f, label_name, label_value)

with

mesh.mark_entities(f, label_value)

.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@miguelcoolchips
Comment options

Answer selected by miguelcoolchips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants