Open RubenZubrov opened 3 years ago
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 0 1.1.1.1. 1 3.1.5 2 1. 4. 0.1
Then I ran the following command: tetgen -ri L
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