This package is a handy Python (re-)wrapper of MEDCoupling. It can be used to transfer finite element data defined on nodes (P1 fields) or on cells (P0 fields) between two meshio-compatible meshes.
Some notebook examples can be found in examples
.
Documentation is available here.
To install pymapping
, you are invited to use pip
and its associated options
pip install -U pymapping
The MEDCoupling library is a strong dependency of this package. Currently by installing via the previous pip
command it will automatically install the medcoupling Python package (a repackaging of the official library).
To run the pymapping
unit tests, check out this repository and type
pytest
pymapping
is published under the MIT license.