Skip to content

Commit

Permalink
use adaptive stepping for exact Riemann integration (#2869)
Browse files Browse the repository at this point in the history
There are 2 main changes here:

1. the riemann_support.H header is now split into 2, one for shocks and one for rarefactions

2. the rarefaction integration no longer uses a fixed stepsize, but instead now does an adaptive RK4 integration

This changes results to roundoff / tol error, as expected.
  • Loading branch information
zingale committed Jun 19, 2024
1 parent bf363d8 commit 5f48f95
Show file tree
Hide file tree
Showing 6 changed files with 754 additions and 570 deletions.
172 changes: 86 additions & 86 deletions Util/exact_riemann/ci-benchmarks/test1-riemann.out

Large diffs are not rendered by default.

Loading

0 comments on commit 5f48f95

Please sign in to comment.