DUNE-FEM (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::Fem::SingleThreadModeError Class Reference
Exception thrown when a code segment that is supposed to be only accessed in single thread mode is accessed in multi thread mode. For example, creation of quadratures or basis function caching cannot work in multi thread mode. More...
#include <dune/fem/misc/mpimanager.hh>
Detailed Description
Exception thrown when a code segment that is supposed to be only accessed in single thread mode is accessed in multi thread mode. For example, creation of quadratures or basis function caching cannot work in multi thread mode.
- Note
- This exception is not derived from Dune::Exception because there static variables are used.
The documentation for this class was generated from the following file:
- dune/fem/misc/mpimanager.hh
