Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed May 24, 2024
1 parent fcd5c1c commit 30c9d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RefElemData_polynomial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function RefElemData(elem::Quad,
# plotting nodes
rp1D = LinRange(-1, 1, Nplot + 1)
Vp1D = vandermonde(Line(), N, rp1D) / VDM_1D
Vp = kronecker(Vp1D, Vp1D, Vp1D)
Vp = kronecker(Vp1D, Vp1D)
rp, sp = vec.(StartUpDG.NodesAndModes.meshgrid(rp1D, rp1D))

return RefElemData(elem, approximation_type, N, fv, V1,
Expand Down

0 comments on commit 30c9d99

Please sign in to comment.