From 26818f942f93966a0ba87f941547bc7bc9a9cd82 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Tue, 3 May 2022 13:55:19 -0600 Subject: [PATCH] Adjust indent. --- 9.4/paper.tex | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/9.4/paper.tex b/9.4/paper.tex index 6b0d206..4837d79 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -631,15 +631,14 @@ may have been more widely used: functions and replaced it by \texttt{dim}/\texttt{spacedim}. Affected classes are, e.g., \texttt{SolutionTransfer} and \texttt{DataOut}. \item \texttt{FE\_RaviartThomasNodal} now uses a different polynomial space to allow -for a simpler use for faces in non-standard orientation. The new polynomials -are anisotropic tensor products of Lagrange polynomials on the points of the -Gauss--Lobatto quadrature formula. This change leads to different entries, for example, in -the matrices and constraints, but no change in accuracy should be expected as the resulting polynomial -space spans the same polynomials. -\item We made different changes in the repartitioning of \texttt{parallel::distributed::Triangulation}. Most notably, we have -removed the default weight (10,000) in order to ensure consistency with the rest -of the library. - + for a simpler use for faces in non-standard orientation. The new polynomials + are anisotropic tensor products of Lagrange polynomials on the points of the + Gauss--Lobatto quadrature formula. This change leads to different entries, for example, in + the matrices and constraints, but no change in accuracy should be expected as the resulting polynomial + space spans the same polynomials. + \item We made different changes in the repartitioning of \texttt{parallel::distributed::Triangulation}. Most notably, we have + removed the default weight (10,000) in order to ensure consistency with the rest + of the library. \end{itemize} -- 2.39.5