Metadata-Version: 2.1
Name: ppmpy
Version: 1.0.2
Summary: A PPM hydrodynamics solver written in python
Author: Michael Zingale
Author-email: michael.zingale@stonybrook.edu
License: BSD
Project-URL: Homepage, https://github.com/zingale/ppmpy
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13356324.svg)](https://doi.org/10.5281/zenodo.13356324)

# PPMpy

A simple gamma-law gas PPM hydrodynamics solver, written with
visualization of the steps in mind.

## Installation

```
pip install .
```


## Running

see the examples in `ppmpy/examples/`
