dune-pdelab  2.0.0
Classes | Namespaces
cache.hh File Reference
#include <cstddef>
#include <map>
#include <utility>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/shared_ptr.hh>

Go to the source code of this file.

Classes

class  Dune::PDELab::CacheError
 Base exception for cache related errors. More...
 
class  Dune::PDELab::NotInCache
 Exception thrown when a requested item is not in the cache. More...
 
class  Dune::PDELab::AlreadyInCache
 Exception thrown when a stored item is already in the cache. More...
 
class  Dune::PDELab::MultiStepCachePolicy< Step, Time >
 Policy class for the MultiStepCache. More...
 
struct  Dune::PDELab::MultiStepCache< VectorU, VectorV, Matrix, Step, Time >
 Cache for the CachedMultiStepGridOperatorSpace. More...
 

Namespaces

 Dune
 
 Dune::PDELab