Skip to content

gnikit/pymmg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymmg - Surface and volume remeshers

Build

Bringing MMG surface and volume remeshers to Python. This package is a wrapper around the MMG tools

Features

Installation

pip install pymmg

NOTE: you can the full-blown pymmg converter with netcdf4 and h5py by doing: pip install pymmg[all]

Usage

Surface remeshing

python -m mmgs input.mesh output.mesh

Volume remeshing

python -m mmg3d input.mesh output.mesh

2D remeshing

python -m mmg2d input.mesh output.mesh