HyperbolicDiffEq.jl
HyperbolicDiffEq.jl copied to clipboard
Numerical methods for hyperbolic differential equations.
Probably similar to https://github.com/JuliaLang/julia/issues/22255 and https://github.com/JuliaLang/julia/issues/22370, since the number of arguments increase with `K`.
MHD, Powell MHD, etc.
Can be used for shock capturing for `FluxDifference` mwthods.
ENO, WENO, etc.
Maybe a function should be provided by the user?
Probably use `parallel::Val {:threads}()` etc.
