-
Hi, thank you for the excellent work!
But I found **self-intersections** in the generated mesh, and I wonder why the mesh generated by marching tet is not manifold.
-
Hello all,
I want to use the "fix_tet_windup" option for avoiding inside-out tetrahedra in the output mesh. However, I get the following error when I activate this option:
"option '--fix_tet_windup…
-
I'm using windows:MeshPy‑2016.1.2+unstable‑cp35‑cp35m‑win_amd64.whl.
Following code crash python:
from meshpy.tet import MeshInfo, build
mesh_info = MeshInfo()
mesh_info.set_points([(0,0,0), (2…
-
I tested your code with my own dataset, and since the dataset is unbounded, I ended up with a very poor quality mesh. Therefore, I would like to define a bounding box to improve the quality. Now I don…
-
dual_laplacian expects a tet-mesh defined by V and T as input. If you pass in a triangle mesh instead all of matlab crashes (at least on windows 10). I know it doesn't expect a triangle mesh, and work…
-
we are exclusively building and working with unstructured TET meshes, so it would be useful to have this implemented so we can avoid locking.
-
The readMSH function calls the version of readMSH that only reads in triangles. However, .MSH file format is often used to store tet meshes.
-
Hi @marcomusy,
I've got another issue for you with the Animation class. I observed that the camera parameters from directly printing inside the `play` function is different from what I obtained by…
-
Hi Marco,
I am still trying to create short videos with the Animation class. This time I am trying to use function `moveCamera` to create a video by smoothly moving the camera from one point to ano…
-
As one can see from the following output, the meshes before and after the adaption step are virtually the same. Nevertheless, I assume, that the mesh is updated inside Omega_h. Now, if the mesh change…