From e9804cc64c8bdd799b04631ebe9959da51ca2095 Mon Sep 17 00:00:00 2001 From: Simon Sticko Date: Tue, 3 Sep 2019 21:22:11 +0200 Subject: [PATCH] Remove outdated documentation on largest allowed number of dofs. In the module on distributed parallel computing the largest allowed number of dofs is stated to be the largest attainable value of int. This no longer true, remove the statement. --- doc/doxygen/headers/distributed.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/doxygen/headers/distributed.h b/doc/doxygen/headers/distributed.h index 1ef71746ef..f033d320d6 100644 --- a/doc/doxygen/headers/distributed.h +++ b/doc/doxygen/headers/distributed.h @@ -68,10 +68,7 @@ * a thorough description of many of the terms used here, can be found in the * @ref distributed_paper "Distributed Computing paper". In particular, the * paper shows that the methods discussed in this module scale to thousands of - * processors and well over a billion degrees of freedom (they may scale to - * even bigger problems but at the time of writing this, we do not have - * solvers that are capable of more than $2^{31}$ degrees of freedom due to - * the use of signed int as index). The paper also gives a + * processors and well over a billion degrees of freedom. The paper also gives a * concise definition of many of the terms that are used here and in other * places of the library related to distributed computing. The step-40 * tutorial program shows an application of the classes and methods of this -- 2.39.5