From db814a159a45ffa0a50a6e006e32cfcc5b7accaf Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 26 May 2023 08:45:44 -0400 Subject: [PATCH] Unify typesetting for deal.II --- 9.5/paper.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/9.5/paper.tex b/9.5/paper.tex index a44b6b8..4fa5e17 100644 --- a/9.5/paper.tex +++ b/9.5/paper.tex @@ -284,7 +284,7 @@ interface with BOOST. In the current release, LinearAlgebra::distributed::Vector and the CUDAWrappers::MatrixFree framework are using Kokkos. This allows them to work on -all the architectures supported by Kokkos. The Kokkos backend used in deal.II is +all the architectures supported by Kokkos. The Kokkos backend used \dealii is `Kokkos::DefaultExecutionSpace` which is the highest available in the hierarchy device, host-parallel, and host-serial. @@ -453,7 +453,7 @@ N_{1D}^{-1}$, allowing the use sum factorization. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{Advances in non-matching support}\label{sec:nonmatching} -The (matrix-free) non-matching support of \texttt{deal.II} heavily relies +The (matrix-free) non-matching support of \dealii heavily relies on the classes \texttt{FE\-Point\-Eval\-u\-ation} and \texttt{RemotePointEvaluation}, which have been introduced in release 9.3. While \texttt{FE\-Point\-Eval\-u\-a\-tion} is responsible for efficient evaluation/integration at arbitrary (reference) @@ -619,7 +619,7 @@ There are a number of linear-algebra related new features in this release: exact inverse.} During the restriction step, rows of the system matrix that are potentially owned by other - processes are needed. In \texttt{deal.II}, it is not possible to access remote entries + processes are needed. In \dealii, it is not possible to access remote entries of sparse matrices. Two new functions query this information. First, \texttt{restrict\_to\_serial\_sparse\_matrix()} creates, based on a given index set, a serial -- 2.39.5