-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refine tetrahedral mesh #60
Comments
FYI: Fixed the formatting on your comment. Can you perform this operation using command-line tetgen? If so, how does command-line tetgen do this? |
I saved mesh.points and mesh.elements to L.node and L.ele files. I also created an L.a.node file that contains three additional points: 3 3 0 0 Then I ran the following command: |
Were you able to investigate how command-line tetgen drives the backend in a way that's different from meshpy? |
Hello, I am new user of meshpy and I find it great, but I have some issues with the tetrahedral refinement. Is it implemented the refiniment with a mesh size function stored in an mtr file? If yes, is it available any example on how to proceed? Thank you in advance. |
I use the "load_mtr" to set mesh size function and refine mesh. |
Hi,
Thanks for such a good package.
I'm using windows10:MeshPy‑2020.1
I'm trying to refine existing tetrahedral mesh by inserting additional points ('-i').
In https://documen.tician.de/meshpy/tri-tet.html it is said that paramteter insert_points – a MeshInfo object specifying additional points to be inserted. However, using the insert_point parameter does not give the expected result (the number of points in the grid does not change).
I use the following code:
What I'm doing wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: