![]() |
deal.II version 9.7.0
|
#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 } |
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 34 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 73 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 86 of file init_finalize.h.