![]() |
deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
|
#include <deal.II/base/config.h>#include <deal.II/base/mpi_stub.h>#include <deal.II/base/numbers.h>#include <deal.II/base/types.h>#include <boost/signals2.hpp>#include <set>Go to the source code of this file.
Classes | |
| class | InitFinalize |
| struct | InitFinalize::Signals |
Enumerations | |
| enum class | InitializeLibrary { None = 0 , MPI = 1 , Kokkos = 2 , SLEPc = 4 , PETSc = 8 , Zoltan = 16 , P4EST = 32 , PSBLAS = 64 , GMSH = 128 } |
Functions | |
| InitializeLibrary | operator| (const InitializeLibrary f1, const InitializeLibrary f2) |
| InitializeLibrary | operator& (const InitializeLibrary f1, const InitializeLibrary f2) |
|
strong |
The enum type given to the constructor of InitFinalize telling which external libraries should be initialized and finalized by deal.II.
Definition at line 36 of file init_finalize.h.
|
inline |
Global operator which returns an object in which all bits are set which are either set in the first or the second argument.
Definition at line 83 of file init_finalize.h.
|
inline |
Global operator which returns an object in which all bits are set that are set both in the first and second argument.
Definition at line 96 of file init_finalize.h.