From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Mon, 2 Mar 2020 03:48:42 +0000 (-0700)
Subject: Update the readme file.
X-Git-Tag: v9.2.0-rc1~481^2~1
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ceafab9ebc889b5ac74e480929c1122d2500900;p=dealii.git

Update the readme file.
---

diff --git a/doc/readme.html b/doc/readme.html
index 2a673c5ade..c620ae0216 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -336,10 +336,16 @@
 
         <li>
             <p>
-                <i>64bit indices</i>: By default, deal.II use unsigned int (32bit) indices for degrees of freedom, using the <code>types::global_dof_index</code> type. This limits the number of unknowns to approximately four billions. If larger problem
-                must be solved, pass the
+                <i>64bit indices</i>: By default, deal.II uses
+                unsigned int (32bit) indices for degrees of freedom,
+                using the <code>types::global_dof_index</code> type.
+                (The same is true for a few other index types such as the
+                global number of cells.) This limits the number of
+                cells or unknowns to approximately four billions. If
+                larger problem must be solved, pass the
                 <code>-DDEAL_II_WITH_64BIT_INDICES=ON</code> argument to
-                <code>cmake</code>. You will not be able to solve problems of this size on a single machine, but only when using clusters of computers and linear algebra packages PETSc or Trilinos. To use this option with PETSc, PETSc must be compiled
+                <code>cmake</code>. To use this option with
+                PETSc, PETSc must be compiled
                 with the option <code>--with-64-bit-indices</code>.
             </p>
         </li>