Skip to content
Snippets Groups Projects
Commit d15076ea authored by Florian Atteneder's avatar Florian Atteneder
Browse files

inline bernsteining workhorse

parent 9d22f01b
No related branches found
No related tags found
1 merge request!71Implement regularizations for Euler eq
This commit is part of merge request !71. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment