-
Ultimately, I want to boolean subtraction (part - mesh) and calculate the volume with given below 2 meshes. But it gives me a segmentation fault when I calculate the volume or turn the subtracted mani…
-
Hello,
I'm creating a box within a sphere with the same center:
s0 = Sphere((1,1,1),r=1, res=50,alpha=0.5)
b0 = Box((1,1,1),length=1, width=1, height=1,alpha =0.5)
But when I compute the vo…
-
Hi @marcomusy,
I am playing with the Animation class and I found that my camera setting got lost while I try to rotate multiple mesh objects.
The code I used is something like this:
```Pytho…
-
Hi there,
I'm using the latest Spack release of dolfinx and having trouble reading an Xdmf (version 3) file pointing to an HDF5:
```
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 0:
#00…
-
Hi, I would like to cut a volume mesh based a level set embedded on its vertices (at isovalue zero). To do so I have tried implementing it as seem bellow. While it compiles and runs without issues the…
f-p-b updated
2 years ago
-
The name for the timestamp/hash is different in trimesh and tetmesh. We need to decide on one and update it accordingly.
-
need to check boundary
-
Hello,
I want to know how can I show a slice of tetrahedron mesh in a 2D Cartesian coordinates just x and z direction? The code is shown as follows:
```python
import numpy as np
import wand
fro…
-
https://github.com/wildmeshing/wildmeshing-toolkit/blob/93d25d416e3807c1f0f4aea5f509eeaa34607fc3/src/TetMesh.h#L255-L258
This function indicates the number of tetrahedra, but not accounting for the…
-
Hi @marcomusy,
Here is another error that I could not figure out by myself. I am still trying to play with the same data as I used in Issue #504, and this time I am playing with the slider.
Here…