PPMpy#
A simple 1D piecewise parabola method (PPM) Eulerian hydrodynamics code.
The intention behind writing this code is to allow for some experimentation with variations of the core PPM algorithm.
Repo#
Installation#
PyPI#
PPMpy is available on PyPI and can be installed as:
pip install ppmpy
Source installation#
To install from source, in the root ppmpy/
directory, do:
pip install .
Use#
There are a number of example notebooks in ppmpy/examples/
. These are also
rendered as HTML in this documentation.