-
```
Dear all,
Could anyone help me to take a look at the following code to read OFF file? The
code crashed at this line:
carve::mesh::MeshSet poly1(faces);
In addition, could anyone tell me how …
-
```
Dear all,
Could anyone help me to take a look at the following code to read OFF file? The
code crashed at this line:
carve::mesh::MeshSet poly1(faces);
In addition, could anyone tell me how …
-
#### Describe the bug
Hi, I am trying to use SLIM for tetmesh improvement (as shown in Fig.18 in the original paper). Apparently `igl::SLIMData` contains a bool flag `mesh_improvement_3d` that allo…
-
The current particleDriver workflow produces mesh points located at Amanzi cell centers and cell vertices at the boundaries. The result are missing elements along the non-convex top surface.
This wor…
-
There is an issue with the quadraticTet mechanics example in the old examples repo. The model converges but the undeformed and deformed configuration look distorted. Unfortunately, have not had the ti…
-
When I have two tetrahedralized bodies and I subtract them I get a zero mesh back. A sample code can be found below:
```python
import pymesh
import numpy as np
sph_radius = 85.0
theta = 258.5…
-
There are some issues running the notched-cylinder problem with Schwarz:
1.) When using a relatively coarse mesh of the two subdomains (see
[notched-cylinder.zip](https://github.com/user-attachm…
-
```
Dear all,
Could anyone help me to take a look at the following code to read OFF file? The
code crashed at this line:
carve::mesh::MeshSet poly1(faces);
In addition, could anyone tell me how …
-
That PHASTA folks want to adapt the unstructured portion of a mesh based on a size field coming from the solver and without changing the tet boundary layer. Currently, unless we can exactly compute t…
-
The following code for a single tetrahedron mesh generates a blueprint hdf5 mesh file and render,
```
std::vector xvert = {0.0, 1.0, 0.0, 0.0};
std::vector yvert = {0.0, 0.0, 0.0, 1.0};
st…