-
Hi, I wonder if there is any plan to support exporting the mesh to other formats such as Abaqus and Gmsh. Alternatively, could you please recommend any format converter? At the moment I try to use htt…
-
I would like to study detailed implementation of 3D advancing front.
Right now I've downloaded the C++ source code, but I cannot locate the file which describes the detailed rules for generating new…
-
Have you considered a version of CoACD that uses pure tetrahedral decomposition? Tets are, after all, the quintessential convex mesh 🙂.
Tetrahedral meshes have a strong Finite Element theory suppor…
-
The library contains interpolation functions for triangles, which can interpolate and sample new points on a surface composed of a triangular mesh according to certain patterns (e.g., uniform). Is the…
-
I need your help to look at this problem, the detailed error information as below:
$ gmsh -3 -o hcp_tha-lh_thr25.tetra.vtk hcp_tha-lh_thr25.geo
Info : Running 'gmsh -3 -o data/hcp_tha-lh_thr25.te…
-
Hello!
Question 1. Is there some code around that I could use to see how to draw stripes (computed using `computeStripePattern` and `extractPolylinesFromStripePattern`) on top of a mesh in polyscop…
-
Hi :)
I generated a tetrahedral mesh like this
`tetgenout = tetgenpy.tetrahedralize("", plc.to_tetgenio())`
now i'm wondering what a good way is to save the mesh in `tetgenout` to file?
Cheers…
-
Greetings everyone! I'm working with TPMS meshes for FEM modulation and I've been trying to generate tetrahedral meshes from triangular meshes using Trimesh method gmsh.to_volume(). I was successful i…
-
**Description**
TL;DR: keeping unused Conditions or SubModelParts on the MDPA for a heat problem yields wrong physics.
This is a problem I have noticed a few months back, only now reporting on it.
C…
-
A work-in-progress list of things required to support 3d models:
- [x] dune-copasi should already support 3d simulation
- presumably membrane reactions go from a flux across a 1d edge between el…