From 3d6cfa4c3732f67c983ca1d2b3fe19b9e8441779 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 Jun 2021 10:12:14 -0600 Subject: [PATCH] Minor text edit. --- 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 ee661f1..7376adf 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -791,7 +791,7 @@ FEEvaluation These classes select at runtime -- for common low and medium polynomial degree/quadrature combinations ($k\le 6$ and $q\in\{ k+1, k+2, \left\lfloor (3k)/2 \right\rfloor \}$) -- efficient precompiled implementations and default to non-templated -evaluation kernels else (see also \texttt{FEEvaluation::fast\_evaluation\_\allowbreak supported()}). +evaluation kernels otherwise (see also \texttt{FEEvaluation::fast\_evaluation\_\allowbreak supported()}). In the case that even higher polynomial degrees are needed, one can precompile the relevant internal classes -- 2.39.5