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

=========================================================== Runge Kutta Timestepping that uses low storage More...

#include <explicit_timesteppers.h>

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

Public Member Functions

 LowStorageRungeKutta ()
 Constructor, set the type. More...
 
 LowStorageRungeKutta (const LowStorageRungeKutta &)=delete
 Broken copy constructor. More...
 
void operator= (const LowStorageRungeKutta &)=delete
 Broken assignment operator. More...
 
void timestep (ExplicitTimeSteppableObject *const &object_pt, const double &dt)
 Function that is used to advance the solution by time dt. More...
 
 LowStorageRungeKutta ()
 
void timestep (ExplicitTimeSteppableObject *const &object_pt, const double &dt)
 Pure virtual function that is used to advance time in the object. More...
 
- Public Member Functions inherited from oomph::ExplicitTimeStepper
 ExplicitTimeStepper ()
 Empty Constructor. More...
 
 ExplicitTimeStepper (const ExplicitTimeStepper &)=delete
 Broken copy constructor. More...
 
void operator= (const ExplicitTimeStepper &)=delete
 Broken assignment operator. More...
 
virtual ~ExplicitTimeStepper ()
 Empty virtual destructor — no memory is allocated in this class. More...
 

Private Attributes

Vector< double > A
 
Vector< double > B
 
Vector< double > C
 

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::LowStorageRungeKutta< ORDER >

=========================================================== Runge Kutta Timestepping that uses low storage

Definition at line 212 of file explicit_timesteppers.h.

Constructor & Destructor Documentation

◆ LowStorageRungeKutta() [1/3]

template<unsigned ORDER>
oomph::LowStorageRungeKutta< ORDER >::LowStorageRungeKutta

Constructor, set the type.

Definition at line 327 of file explicit_timesteppers.cc.

◆ LowStorageRungeKutta() [2/3]

template<unsigned ORDER>
oomph::LowStorageRungeKutta< ORDER >::LowStorageRungeKutta ( const LowStorageRungeKutta< ORDER > &  )
delete

Broken copy constructor.

◆ LowStorageRungeKutta() [3/3]

Definition at line 349 of file explicit_timesteppers.cc.

References oomph::OcTreeNames::B.

Member Function Documentation

◆ operator=()

template<unsigned ORDER>
void oomph::LowStorageRungeKutta< ORDER >::operator= ( const LowStorageRungeKutta< ORDER > &  )
delete

Broken assignment operator.

◆ timestep() [1/2]

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

◆ timestep() [2/2]

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

Function that is used to advance the solution by time dt.

Broken default timestep for LowStorageRungeKutta.

Implements oomph::ExplicitTimeStepper.

Definition at line 336 of file explicit_timesteppers.cc.

Member Data Documentation

◆ A

template<unsigned ORDER>
Vector<double> oomph::LowStorageRungeKutta< ORDER >::A
private

Definition at line 215 of file explicit_timesteppers.h.

◆ B

template<unsigned ORDER>
Vector<double> oomph::LowStorageRungeKutta< ORDER >::B
private

Definition at line 215 of file explicit_timesteppers.h.

◆ C

template<unsigned ORDER>
Vector<double> oomph::LowStorageRungeKutta< ORDER >::C
private

Definition at line 215 of file explicit_timesteppers.h.


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