dmsh
Mesh generator
A Python library for generating high-quality 2D meshes
Simple mesh generator inspired by distmesh.
211 stars
10 watching
26 forks
last commit: almost 2 years ago
Linked from 1 awesome list
finite-elementsmathematicsmeshmesh-generationpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
meshpro/pygalmesh | Provides a Python interface to CGAL's meshing tools for generating high-quality meshes from 2D and 3D constraints and shapes. | 602 |
meshpro/meshzoo | A collection of pre-defined meshes for various domains | 327 |
meshpro/meshplex | A software package to compute and analyze properties of complex geometric meshes in various dimensions | 104 |
meshpro/optimesh | A tool for optimizing and smoothing 3D meshes using various algorithms. | 582 |
ionhandshaker/distmesh | A tool for generating high-quality meshes from CAD geometries using an efficient algorithm based on signed distance functions. | 53 |
nschloe/pygmsh | A Python wrapper around Gmsh for creating and manipulating complex geometries | 869 |
threedle/text2mesh | Generates 3D meshes based on text inputs using neural networks and differentiable rendering | 936 |
dmulyalin/n2g | A Python library to generate diagrams in various formats from structured data | 157 |
chlnddev/oceanmesh | Automates mesh generation for coastal ocean modeling from vector and raster GIS data. | 55 |
nschloe/meshio | A tool for converting and manipulating unstructured mesh data in various formats. | 1,976 |
fogleman/sdf | A Python library for generating 3D meshes based on Signed Distance Functions (SDFs) and saving them in various formats. | 1,623 |
kylebarron/pymartini | Generates terrain meshes from heightmaps using a fast Cython implementation | 89 |
fangq/iso2mesh | A MATLAB-based toolbox for generating high-quality 3D meshes from volumetric images | 184 |
cpmech/tritet | Generates 2D and 3D meshes, specifically triangulations and tetrahedra | 9 |
elfnor/mesh_maze | A tool to generate mazes within 3D meshes using a recursive back tracker algorithm | 194 |