Skip to content

Tags: clawpack/riemann

Tags

v5.10.0

Toggle v5.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add entries for 2D burgers riemann solver in static.py. (#172)

v5.9.2

Toggle v5.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #167 from ketch/no_py2

Drop Python 2 compatibility.

v5.9.1

Toggle v5.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Add backticks so that file names and variables are rendered correctly.

v5.9.0

Toggle v5.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #163 from carlosmunozmoncayo/fix_dry_states_hlle

Fix for problem with HLLE and near-dry states

v5.8.2

Toggle v5.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #163 from carlosmunozmoncayo/fix_dry_states_hlle

Fix for problem with HLLE and near-dry states

v5.8.1

Toggle v5.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #163 from carlosmunozmoncayo/fix_dry_states_hlle

Fix for problem with HLLE and near-dry states

v5.8.0

Toggle v5.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #162 from clawpack/add_color_solver_1d

Enable use of existing solver for color equation.

v5.7.1

Toggle v5.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #158 from ranocha/cubic

add Riemann solver for the cubic conservation law

v5.7.0

Toggle v5.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #158 from ranocha/cubic

add Riemann solver for the cubic conservation law

v5.6.1

Toggle v5.6.1's commit message
MHD Roe (#155)

* port ideal MHD Roe solver from http:https://dogpack-code.org/clawpack/MHDCLAW

* add riemann/mhd_1D_constants.py

* additional index fixes

* final params -> cparams fix sugested by @ketch