dune-pdelab  2.7-git
Classes | Namespaces
onestepparameter.hh File Reference
#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::OneStepThetaParameter< R >
 Parameters to turn the OneStepMethod into an one step theta method. More...
 
class  Dune::PDELab::ExplicitEulerParameter< R >
 Parameters to turn the ExplicitOneStepMethod into an explicit Euler method. More...
 
class  Dune::PDELab::ImplicitEulerParameter< R >
 Parameters to turn the OneStepMethod into an implicit Euler 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
 For backward compatibility – Do not use this!
 
 Dune::PDELab