Replies: 6 comments 4 replies
-
Just for the record: to avoid to select interior faces, I always intersect my |
Beta Was this translation helpful? Give feedback.
-
We should be able to resolve this with the help of the topology. A boundary face is by definition a local face with no corresponding neighbor. |
Beta Was this translation helpful? Give feedback.
-
How have you generated and loaded the grid? |
Beta Was this translation helpful? Give feedback.
-
I am using the grid = Ferrite.Grid(cells, nodes) |
Beta Was this translation helpful? Give feedback.
-
I'm interested in this idea and the open issue. How can I check/plot the facesets individually? None of the FerriteViz plots seem to take a |
Beta Was this translation helpful? Give feedback.
-
This should be fixed in #606 . |
Beta Was this translation helpful? Give feedback.
-
I wanted to share an observation that you may have in mind but which could get some troubles for a naive user.
Defining faces using a characteristic function of the boundary like
addfaceset!(grid, "∂Ω", x -> onboundary(x))
may select faces that are actually not on the boundary. See the left bottom corner on the illustration
Perhaps it could be interesting to define an
addfaceset!
function which only selects boundary faces which is perhaps the most common expected behavior defining a faceset.Beta Was this translation helpful? Give feedback.
All reactions