pymapping

Mapping finite element data between meshes


License
AML
Install
pip install pymapping==0.2.0

Documentation

Mapping finite element data between meshes

travis codecov readthedocs pypi

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.

Installation

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).

Testing

To run the pymapping unit tests, check out this repository and type

pytest

License

pymapping is published under the MIT license.