#include <memory>
#include <condition_variable>
#include <thread>
#include <chrono>
#include <functional>
#include <shared_mutex>
#include <atomic>
#include <dune/common/parallel/mpicommunication.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/fem/storage/singleton.hh>
#include <dune/fem/quadrature/caching/registry.hh>
Go to the source code of this file.
|
class | Dune::Fem::SingleThreadModeError |
| 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...
|
|
struct | Dune::Fem::MPIManager |
|