From 1f48e1b9ed361791f322da2fb264aa9cf5330410 Mon Sep 17 00:00:00 2001 From: turcksin Date: Wed, 12 Jun 2013 19:58:45 +0000 Subject: [PATCH] Add documentation about 64bit indices. git-svn-id: https://svn.dealii.org/trunk@29812 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index e80ebdac83..74ba479fdb 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -414,6 +414,19 @@ -DDEAL_II_COMPONENT_PARAMETER_GUI=ON. Beware of the fact that parameter_gui needs development packages for Qt.

+ +
  • +

    + 64bit indices: By default, deal.II use unsigned int (32bit) + indices. This limits the number of unknowns to approximately four + billions. If larger problem must be solved, pass the + -DDEAL_II_WITH_64BIT_INDICES=ON argument to + cmake. To use this option with PETSc, PESTc must be compiled + with the option --with-64-bit-indices. To use this option + with Trilinos, Trilinos 11.2 or later is needed (there is a bug in + Trilinos 11.0 that prevent the use of 64bit indices). +

    + -- 2.39.5