From: Wolfgang Bangerth 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 @@
  • - 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.