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

fixup HRSC/bernstein.jl

parent 9d9b316a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ function BernsteinReconstruction(mesh::Mesh)
rng = collect(0:Npts-1)
bernstein_z = @. -1 + 2 * rng / (Npts-1)
P = dg1d.lagrange_interp_matrix(bernstein_z, z)
V = dg1d.Bernstein.vandermonde_matrix_bernstein(z)
V = dg1d.Bernstein.vandermonde_matrix(z)
return BernsteinReconstruction(mesh, P, V)
end
......
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