update: auto commit

This commit is contained in:
2026-04-10 13:17:53 -04:00
parent 2699f7be18
commit 90a1809220
+1 -1
View File
@@ -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}