From 30c9d9961ade5b7ddc5365e1924e77ff19cc1584 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 23 May 2024 19:28:46 -0500 Subject: [PATCH] fix bug --- src/RefElemData_polynomial.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RefElemData_polynomial.jl b/src/RefElemData_polynomial.jl index 45564982..a2a1fdfa 100644 --- a/src/RefElemData_polynomial.jl +++ b/src/RefElemData_polynomial.jl @@ -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,