|
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...
|
|
class | Dune::PDELab::MultiStepMethod< T, MGOS, PDESolver, TrialV, TestV > |
| Do one step of a multi-step time-stepping scheme. More...
|
|
class | Dune::PDELab::MultiStepParameterInterface< value_type_, order_ > |
| Base parameter class for multi step time schemes. More...
|
|
class | Dune::PDELab::CentralDifferencesParameters< value_type > |
| Parameter class for the central differences scheme. More...
|
|
class | Dune::PDELab::NewmarkBetaParameters< value_type > |
| Parameter class for the Newmark-β scheme. More...
|
|