From: Marc Fehling Date: Tue, 3 May 2022 19:46:45 +0000 (-0600) Subject: Removed value of weight. Not important in this context. (Default value is 1000.) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c98ee05c2ec99cdf77e1ff5011d20e95e6d91a3;p=release-papers.git Removed value of weight. Not important in this context. (Default value is 1000.) --- diff --git a/9.4/paper.tex b/9.4/paper.tex index 4837d79..7da60a8 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -636,9 +636,9 @@ may have been more widely used: 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. + \item We made different changes in the repartitioning of \texttt{parallel::distributed::Triangulation}. + Most notably, we have removed the default weight in order to ensure consistency with the rest of the + library. \end{itemize}