From: Bruno Turcksin -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).
+