]> https://gitweb.dealii.org/ - release-papers.git/commitdiff
Update 9.3/paper.tex 65/head
authorJiaqi Zhang <zjiaqi@vt.edu>
Sun, 20 Jun 2021 19:23:28 +0000 (15:23 -0400)
committerJiaqi Zhang <jiaqi2@clemson.edu>
Sun, 20 Jun 2021 19:31:33 +0000 (15:31 -0400)
Co-authored-by: Martin Kronbichler <kronbichler@lnm.mw.tum.de>
9.3/paper.tex

index 0258b3a836a67b7736a1de130ff59d48907d90d9..976ddc8e22ab29b8672a190747adc350e87dbecb 100644 (file)
@@ -221,7 +221,7 @@ The major changes of this release are:
   \item Advances in the matrix-free infrastructure  (see Section~\ref{subsec:mf});
   \item Usage of MPI-3.0 shared-memory features to reduce memory footprint  (see Section~\ref{subsec:sm});
   \item Improved support for evaluation and integration at arbitrary points (see Section~\ref{subsec:fepointvalues});
-  \item Simplified implementation for cell face integrals (see Section~\ref{subsec:feinterfacevalues});
+  \item Simplified implementation for face integrals (see Section~\ref{subsec:feinterfacevalues});
   \item Nine new tutorial programs and a new code gallery program (see Section~\ref{subsec:steps}).
 \end{itemize}
 %
@@ -966,13 +966,13 @@ solution vector at arbitrary points (see also the
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\subsection{Simplied implementation for cell face integrals}
+\subsection{Simplied implementation for face integrals}
 \label{subsec:feinterfacevalues}
-Discontinuous Galerkin (DG) methods require evaluations of averages and jumps accross cell faces, therefore we need to compute values of the shape functions and solutions from two adjacent cells. The \texttt{FEInterfaceValues} class is designed to provide an interface to directly obtain jumps and averages. When used with \texttt{MeshWorker::mesh\_loop()}, we can assemble cell face integrals in a uniform way independent of mesh types, which significantly simplifies the implementation. 
+Discontinuous Galerkin (DG) methods require evaluations of averages and jumps accross cell faces, therefore we need to compute values of the shape functions and solutions from two adjacent cells. The \texttt{FEInterfaceValues} class is designed to provide an interface to directly obtain jumps and averages. When used with \texttt{MeshWorker::mesh\_loop()}, we can assemble face integrals in a uniform way independent of mesh types, which significantly simplifies the implementation. 
 
 Internally, this class provides an abstraction for two \texttt{FEFaceValues} objects (or \texttt{FESubfaceValues} when using adaptive refinement). The class introduces new interface degrees of freedom indices that are the union of the degrees of freedom indices of the two \texttt{FEFaceValues} objects. The interface degrees of freedom indices can be converted to the corresponding local degrees of freedom indices of the two cells using a helper function. Furthermore, this class supports vector-valued problems in a similar way as \texttt{FEFaceValues} does. We can easily obtain the corresponding scalar or vector values by providing an \texttt{FEValuesExtractors} object. Overall, this class is intended to be a low level replacement for \texttt{MeshWorker} and \texttt{LocalIntegrators}, and a higher level abstraction compared to assembling face terms manually. 
 
-Examples of \texttt{FEInterfaceValues} for scalar problems can be found in \texttt{step-12}, \texttt{step-47}, \texttt{step-50}, and the new tutorial \texttt{step-74}. While examples of vector-valued problems will be added in the future. 
+Examples of \texttt{FEInterfaceValues} for scalar problems can be found in \texttt{step-12}, \texttt{step-47}, \texttt{step-50}, and the new tutorial \texttt{step-74}. Examples of vector-valued problems will be added in the future. 
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1103,7 +1103,7 @@ framework in parallel. The PDE considered is the Gelfand problem $-\triangle u =
 \item \texttt{step-74} implements the symmetric interior penalty Galerkin 
 (SIPG) method for Poisson's equation using the \texttt{FEInterfaceValues} class
 in combination with \texttt{MeshWorker::mesh\_loop()}. This tutorial demonstrates a
-simple and mesh-independent way to assemble cell face integrals.
+simple and mesh-independent way to assemble face integrals.
 
   
 \item \texttt{step-75} demonstrates a state-of-the-art way of solving a simple

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.