diff --git a/src/interpolation_fe.jl b/src/interpolation_fe.jl index e1d70768..14942f0d 100644 --- a/src/interpolation_fe.jl +++ b/src/interpolation_fe.jl @@ -14,7 +14,7 @@ # interpolation problem is to find $g_h \in V_2$ such that # # ```math -# dof_k^{V_2}(g_h) = dof_k^{V_2}(f_h),\quad \forall k \in +# dof_k^{V_2}(g_h) = dof_k^{V_1}(f_h),\quad \forall k \in # \{1,\dots,N_{dof}^{V_2}\} # ```