Public Member Functions | List of all members
oomph::RungeKutta< ORDER > Class Template Reference

#include <explicit_timesteppers.h>

+ Inheritance diagram for oomph::RungeKutta< ORDER >:

Public Member Functions

 RungeKutta ()
 Constructor, set the type. More...
 
 RungeKutta (const RungeKutta &)
 Broken copy constructor. More...
 
void operator= (const RungeKutta &)
 Broken assignment operator. More...
 
void timestep (ExplicitTimeSteppableObject *const &object_pt, const double &dt)
 Function that is used to advance time in the object. More...
 
template<>
void timestep (ExplicitTimeSteppableObject *const &object_pt, const double &dt)
 Explicit specialisation for fourth-order RK scheme. More...
 
template<>
void timestep (ExplicitTimeSteppableObject *const &object_pt, const double &dt)
 Explicit specialisation for second-order RK scheme. More...
 
- Public Member Functions inherited from oomph::ExplicitTimeStepper
 ExplicitTimeStepper ()
 Empty Constructor. More...
 
 ExplicitTimeStepper (const ExplicitTimeStepper &)
 Broken copy constructor. More...
 
void operator= (const ExplicitTimeStepper &)
 Broken assignment operator. More...
 
virtual ~ExplicitTimeStepper ()
 Empty virtual destructor — no memory is allocated in this class. More...
 

Additional Inherited Members

- Protected Attributes inherited from oomph::ExplicitTimeStepper
std::string Type
 String that indicates the type of the timestepper (e.g. "RungeKutta", etc.) More...
 

Detailed Description

template<unsigned ORDER>
class oomph::RungeKutta< ORDER >

=========================================================== Standard Runge Kutta Timestepping

Definition at line 210 of file explicit_timesteppers.h.

Constructor & Destructor Documentation

◆ RungeKutta() [1/2]

template<unsigned ORDER>
oomph::RungeKutta< ORDER >::RungeKutta ( )
inline

Constructor, set the type.

Definition at line 215 of file explicit_timesteppers.h.

◆ RungeKutta() [2/2]

template<unsigned ORDER>
oomph::RungeKutta< ORDER >::RungeKutta ( const RungeKutta< ORDER > &  )
inline

Broken copy constructor.

Definition at line 221 of file explicit_timesteppers.h.

References oomph::BrokenCopy::broken_copy().

Member Function Documentation

◆ operator=()

template<unsigned ORDER>
void oomph::RungeKutta< ORDER >::operator= ( const RungeKutta< ORDER > &  )
inline

Broken assignment operator.

Definition at line 227 of file explicit_timesteppers.h.

References oomph::BrokenCopy::broken_assign().

◆ timestep() [1/3]

template<>
void oomph::RungeKutta< 4 >::timestep ( ExplicitTimeSteppableObject *const &  object_pt,
const double &  dt 
)
virtual

◆ timestep() [2/3]

template<unsigned ORDER>
void oomph::RungeKutta< ORDER >::timestep ( ExplicitTimeSteppableObject *const &  object_pt,
const double &  dt 
)
virtual

Function that is used to advance time in the object.

Implements oomph::ExplicitTimeStepper.

Definition at line 207 of file explicit_timesteppers.cc.

◆ timestep() [3/3]

template<>
void oomph::RungeKutta< 2 >::timestep ( ExplicitTimeSteppableObject *const &  object_pt,
const double &  dt 
)
virtual

The documentation for this class was generated from the following files: