-
In [A simple algorithm to improve the performance of the WENO scheme on non-uniform grids](https://link.springer.com/article/10.1007/s10409-017-0715-2) a simple method for generalizing WENO stencils f…
-
Implement element-local bounds-preserving limiters. Two limiters, one quasimonotone (OP1) and one sign-preserving (OP2) to prevent negative values of ρ, are defined in the reference paper Guba et al, …
-
This set of tests also fails at least in part because of the lack of high order WENO as in #1271 , but the plots seem to use PyPlot and I ended up just getting a bunch of blank plots. I presume we wa…
-
Originally reported by: **John ZuHone (Bitbucket: [jzuhone](https://bitbucket.org/jzuhone), GitHub: [jzuhone](https://github.com/jzuhone))**
----------------------------------------
The dimensions f…
-
I've been asking myself some questions whose answers might help me in implementing a finite-volume scheme for the 2D compressible Euler equations
(following [_Jameson et al. (1981)_](https://doi.org…
-
WENO-5 is implemented in Oceananigans.jl v0.38.0 and seems to work well so we should see if we can get JULES.jl to use the higher-order advection schemes from Oceananigans.jl
-
Hi,
I am looking at this simple example:http://www.clawpack.org/gallery/pyclaw/gallery/variable_coefficient_advection.html
But I do not understand how the conservative equation is solved because the…
-
I'm thinking of allowing users to specify advection schemes via a model constructor kwarg `advection`.
Some examples:
1. Centered second-order advection for all fields
```julia
model = Incompr…
-
Not sure if the BibTeX entry is bad but it seems that `import_bibtex` could not pull the title field out for some reason.
```julia
julia> using Bibliography
shell> cat bad_article.bib
@article…
-
Hello,
I was wondering if anyone has experience implementing a WENO-like limiter for DG method with MFEM, or even any sort of limiters?
Marco