From: Marc Fehling Date: Tue, 3 May 2022 19:55:19 +0000 (-0600) Subject: Adjust indent. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26818f942f93966a0ba87f941547bc7bc9a9cd82;p=release-papers.git Adjust indent. --- 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}