diff --git a/report.tex b/report.tex index e517008..5153c2c 100644 --- a/report.tex +++ b/report.tex @@ -361,7 +361,7 @@ \begin{equation} \left(v_a, \pdvt{u}\right) + \left(v_a, A^i \pdv{u}{x^i}\right) = (v_a, S), \end{equation} - which reduce to a linear system of $\{ u_a = (v_a, u)\}$ after integrating by parts. Boundary terms are replaced by numerical fluxes. + which reduce to an ODE system of $\{ u_a = (v_a, u)\}$ after integrating by parts. Boundary terms are replaced by numerical fluxes. In \texttt{nmesh}, we use Lagrange polynomials over Gauss-Legendre points on each element. \begin{center}