How to use mesh refinement and ensure named boundaries remain? #165
Unanswered
duarte-jfs
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Looks like an old issue (kinnala/scikit-fem#104 (comment)) but not general solution seems to have been given (?) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was playing around with mesh refinement tutorial (https://helgegehring.github.io/femwell/photonics/examples/refinement.html) and I noticed that along the iteration a warning pops up as
Named boundaries invalidated by a call to Mesh.refined()
This seems to be issue from skfem, and it can cause problems when we want to have later reference to zthose named boundaries for some integrals. Does anyone know a solution for it?
Beta Was this translation helpful? Give feedback.
All reactions