Class template Dune::GDT::StrangSplittingTimeStepper

Inherits from Dune::GDT::TimeStepperInterface.

template<class FirstStepperImp, class SecondStepperImp>
class Dune::GDT::StrangSplittingTimeStepper<FirstStepperImp, SecondStepperImp> : public TimeStepperInterface<typename FirstStepperImp::DiscreteFunctionType>

Takes two time steppers and performs a strang splitting fractional step scheme (see e.g. LeVeque, “Finite Volume Methods for Hyperbolic Problems”, 2002, Section 17.1). In each time step t, the first stepper is applied up to time t+dt/2, then the second time stepper is applied up to time t+dt, then the first stepper is applied again up to time t+dt. Initial values and time are taken from the first time stepper.

Method Dune::GDT::StrangSplittingTimeStepper::step

template<class FirstStepperImp, class SecondStepperImp>
RangeFieldType Dune::GDT::StrangSplittingTimeStepper<FirstStepperImp, SecondStepperImp>::step(const RangeFieldType dt, const RangeFieldType max_dt) final override

No documentation provided.

Constructor Dune::GDT::StrangSplittingTimeStepper::StrangSplittingTimeStepper<FirstStepperImp, SecondStepperImp>

template<>
template<class FirstStepperImp, class SecondStepperImp>
Dune::GDT::StrangSplittingTimeStepper<FirstStepperImp, SecondStepperImp>::StrangSplittingTimeStepper<FirstStepperImp, SecondStepperImp>(FirstStepperType &first_stepper, SecondStepperType &second_stepper)

No documentation provided.

Field Dune::GDT::StrangSplittingTimeStepper::first_stepper_

FirstStepperType &Dune::GDT::StrangSplittingTimeStepper::first_stepper_

No documentation provided.

Field Dune::GDT::StrangSplittingTimeStepper::second_stepper_

SecondStepperType &Dune::GDT::StrangSplittingTimeStepper::second_stepper_

No documentation provided.

Type alias Dune::GDT::StrangSplittingTimeStepper::BaseType

type Dune::GDT::StrangSplittingTimeStepper::BaseType

No documentation provided.

Type alias Dune::GDT::StrangSplittingTimeStepper::FirstStepperType

type Dune::GDT::StrangSplittingTimeStepper::FirstStepperType

No documentation provided.

Type alias Dune::GDT::StrangSplittingTimeStepper::SecondStepperType

type Dune::GDT::StrangSplittingTimeStepper::SecondStepperType

No documentation provided.