Skip to content
Snippets Groups Projects

Implement regularizations for Euler eq

Closed Florian Atteneder requested to merge fa/euler-new-regulates into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -60,7 +60,7 @@ Compute inplace a convex combination of `u!` and its Bernstein reconstruction we
grid to the bernstein grid and back, respectively.
`m` and `M` keywords allow to enforce lower and upper bound in reconstruction.
"""
function reconstruct_cell!(u, w, P, V; m=missing, M=missing)
@inline function reconstruct_cell!(u, w, P, V; m=missing, M=missing)
uB = P * u
Loading