PyNeuroMesh is a hybrid meshing pipeline that integrates neural implicit surface representations with classical mesh generation. It uses neural networks to learn signed distance functions (SDFs) and adaptive refinement fields to guide high-quality mesh generation using GMSH.
- Neural SDF Models โ Learn continuous geometry via MLPs.
- GMSH Integration โ Surface extraction via marching cubes, meshing with GMSH.
- Adaptive Refinement โ Use
RefineNetto predict local mesh size. - Training Pipelines โ Includes synthetic and simulation-aware training scripts.
- Python + CLI Access โ Scriptable modules and runnable command-line tools.
git clone https://github.com/jamesafful/pyneuromesh.git
cd pyneuromesh
pip install -r requirements.txt