From 6dfecdd2453f2111f9378f46eac2d98fb2c603a0 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 28 May 2020 17:39:11 -0400 Subject: [PATCH] Introduce abbreviation for DG --- 9.2/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.2/paper.tex b/9.2/paper.tex index fd0c738..9944dd8 100644 --- a/9.2/paper.tex +++ b/9.2/paper.tex @@ -849,7 +849,7 @@ to the geometry very cheap. \item \texttt{step-67} is an explicit time integrator for the compressible Euler equations discretized with a high-order discontinuous -Galerkin scheme using the matrix-free infrastructure. Besides the use of +Galerkin (DG) scheme using the matrix-free infrastructure. Besides the use of matrix-free evaluators for systems of equations and over-integration, it also presents \texttt{MatrixFreeOperators::CellwiseInverseMassMatrix}, a fast implementation of the action of the inverse mass matrix in the DG setting using tensor -- 2.39.5