From 3ceafab9ebc889b5ac74e480929c1122d2500900 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 1 Mar 2020 20:48:42 -0700 Subject: [PATCH] Update the readme file. --- doc/readme.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 @@
  • - 64bit indices: By default, deal.II use unsigned int (32bit) indices for degrees of freedom, using the types::global_dof_index type. This limits the number of unknowns to approximately four billions. If larger problem - must be solved, pass the + 64bit indices: By default, deal.II uses + unsigned int (32bit) indices for degrees of freedom, + using the types::global_dof_index 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 -DDEAL_II_WITH_64BIT_INDICES=ON argument to - cmake. 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 + cmake. To use this option with + PETSc, PETSc must be compiled with the option --with-64-bit-indices.

  • -- 2.39.5