trixi-framework / Trixi.jl

Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia
https://trixi-framework.github.io/Trixi.jl
MIT License
505 stars 98 forks source link

Generalize Jin Xin relaxation #1961

Closed ranocha closed 1 month ago

ranocha commented 1 month ago

I drafted a generalized version of Jin Xin relaxation that should also work for other equations - at least the stuff in the equations directory, not the implicit stuff. How does that look to you, @sloede?

github-actions[bot] commented 1 month ago

Review checklist

This checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging.

Purpose and scope

Code quality

Documentation

Testing

Performance

Verification

Created with :heart: by the Trixi.jl community.

sloede commented 1 month ago

I decided to merge this as it is now but for now I reverted the behavior to what it was before.