Question about refining mesh in a cylindrical region #991
Answered
by
rquey
RBstudentPhD
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
rquey
Aug 29, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rquey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The most general approach is to export the cell centroids, and then define the element size based on whether a cell belongs to the inner cylinder or not.
Here is a simple example:
rcl
can also be defined at the face, edge or vertex level...