From 90a180922063a20f4ca6b8d5c2fc30dc29549633 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 10 Apr 2026 13:17:53 -0400 Subject: [PATCH] update: auto commit --- report.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}