pyneuromesh
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.0%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: jamesafful
- License: mit
- Language: Python
- Default Branch: main
- Size: 11.7 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
Citation
README.md
PyNeuroMesh
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.
🔑 Features
- 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.
📦 Installation
```bash git clone https://github.com/jamesafful/pyneuromesh.git cd pyneuromesh pip install -r requirements.txt
Owner
- Name: James Afful
- Login: jamesafful
- Kind: user
- Company: Iowa State University
- Twitter: kvng_james
- Repositories: 1
- Profile: https://github.com/jamesafful
Mechanical Engineering Grad 🎓 | Passionate about #CFD, #HPC, and #ML 🚀 | Exploring intersections of Engineering and Tech | #OpenSource Enthusiast | Learner!
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use PyNeuroMesh in your research, please cite this work."
title: "PyNeuroMesh: Neural Signed Distance Fields for Adaptive Meshing"
authors:
- family-names: Afful
given-names: James
affiliation: "Independent Researcher"
orcid: "https://orcid.org/0000-0001-6967-1740"
date-released: 2024-06-01
version: "0.1"
repository-code: "https://github.com/jamesafful/pyneuromesh"
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2
Dependencies
requirements.txt
pypi
- gmsh *
- matplotlib *
- numpy *
- scikit-image *
- torch *
- trimesh *
setup.py
pypi
- gmsh *
- matplotlib *
- numpy *
- torch *
- trimesh *