refinement near a point or set of points #86
-
Hi, can someone share how to create a 2d mesh (with backend traingle as mesh generator) so that triangles are smaller near a point or a set of points supplied by the user? I see that the triangle.build() method can take a py function for refinement but I am unsure about the input/output arguments for that refinement function. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
inducer
Jul 19, 2023
Replies: 1 comment 1 reply
-
Try this example: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ragusa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this example:
https://github.com/inducer/meshpy/blob/19588442f5f400126b6529c5cc03907ba842215d/examples/test_triangle.py