meshpy icon indicating copy to clipboard operation
meshpy copied to clipboard

2D/3D simplicial mesh generator interface for Python (Triangle, TetGen, gmsh)

Results 20 meshpy issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Hello, I got this error when I run meshpy.build() **"Process finished with exit code -1073741819 (0xC0000005)"**, I noticed this warning but I didn't understand what is it "**recommend non- switches...

Hi, I am using meshpy on Windows 10 machine. I occationally get error " Process finished with exit code -1073741819 (0xC0000005)" when I run meshpy.build() or meshpy.triangle.build() function. I searched...

I made a few small changes to implement TetGen's "constrained points" feature (addressing #60 and #68). I'm not up on the internals of TetGen, so can't be completely confident that...

I spent a little more time looking into how to add points to the mesh, and appears that using `insert_points` (see #60, #68, and #69) may be unnecessary. In section...

I'd like to use TetGen through meshpy. I have a PLC describing my domain's boundary, and I'd like to add some additional points (in the interior of the domain) to...

Hi! Thanks for writing this package! I'm wanting to perform Delaunay triangulation on (large, ~10 million) 2D scatter points, for purposes of interpolation of new points. I was intending to...

We add the method for saving the meshpy.triangle.MeshInfo in the ".vtk" format.

I've been trying to update MeshPY to latest on Gentoo and am running the tests to check if the package is installed correctly. It fails with the following log ```...