dune-pdelab
2.4-dev
|
#include <dune/common/exceptions.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
Go to the source code of this file.
Classes | |
class | Dune::PDELab::TimeSteppingParameterInterface< R > |
Base parameter class for time stepping scheme parameters. More... | |
class | Dune::PDELab::ExplicitEulerParameter< R > |
Parameters to turn the ExplicitOneStepMethod into an explicite Euler method. More... | |
class | Dune::PDELab::OneStepThetaParameter< R > |
Parameters to turn the OneStepMethod into an one step theta method. More... | |
class | Dune::PDELab::HeunParameter< R > |
Parameters to turn the ExplicitOneStepMethod into a Heun scheme. More... | |
class | Dune::PDELab::Shu3Parameter< R > |
Parameters to turn the ExplicitOneStepMethod into a third order strong stability preserving (SSP) scheme. More... | |
class | Dune::PDELab::RK4Parameter< R > |
Parameters to turn the ExplicitOneStepMethod into a classical fourth order Runge-Kutta method. More... | |
class | Dune::PDELab::Alexander2Parameter< R > |
Parameters to turn the OneStepMethod into an Alexander scheme. More... | |
class | Dune::PDELab::FractionalStepParameter< R > |
Parameters to turn the OneStepMethod into a fractional step theta scheme. More... | |
class | Dune::PDELab::Alexander3Parameter< R > |
Parameters to turn the OneStepMethod into an Alexander3 scheme. More... | |
Namespaces | |
Dune | |
Dune::PDELab | |