Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.53 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.53 KB

Pydro - Simple hydro experiments

Documentation Status

Pydro is a collection of reconstruction schemes and other components needed to solve systems of equations that can develop discontinuities, such as Burgers equation, and compressible Newtonian Euler. If Numba is available the code will be JITed for better performance. Documentation is provided by ReadTheDocs.

The implemented numerical schemes are:

Boundary conditions are assumed to be constant in time, which works fine for the simple shock tests that are currently solved here.