Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc well balanaced #43

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 88 additions & 17 deletions docs/hse-reconstruction.ipynb

Large diffs are not rendered by default.

93 changes: 80 additions & 13 deletions examples/hse.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ppmpy/euler.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ class Euler:
use_hse_reconstruction : bool, optional
do we subtract off HSE from pressure before doing the parabolic
reconstruction?
hse_as_perturbation : bool, optional
do we do the characteristic tracing on p' -- the pressure perturbation?
use_limiting : bool, optional
do we limit the parabola coefficients?
use_flattening : bool, optional
Expand Down