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

inline bernsteining workhorse

parent f5063e7f
No related branches found
No related tags found
No related merge requests found
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