From 5354e487434ce04201183f3d2279004ebcc3a2af Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 21 Jun 2021 17:34:06 -0400 Subject: [PATCH] Reword a sentence to avoid spilling into the margins. --- 9.3/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5