From: David Wells Date: Mon, 21 Jun 2021 21:34:06 +0000 (-0400) Subject: Reword a sentence to avoid spilling into the margins. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5354e487434ce04201183f3d2279004ebcc3a2af;p=release-papers.git Reword a sentence to avoid spilling into the margins. --- diff --git a/9.3/paper.tex b/9.3/paper.tex index df540a8..119d557 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -829,7 +829,7 @@ framework has been substantially extended in the current release. \subsubsection{Precompilation of evaluation kernels} -The \texttt{FEEvaluation} and \texttt{FEFaceEvaluation} classes use template parameters for +Both the \texttt{FEEvaluation} and \texttt{FEFaceEvaluation} classes use template parameters for the polynomial degree of the finite element $k$ and the number of the 1D quadrature points $q$ to generate near-optimal code for these operations. For application codes that rely on operators of many different degrees (e.g., because