The WmExplicitRungeKuttaScheme class.
More...
#include <wmexplicitrungekuttascheme.h>
The WmExplicitRungeKuttaScheme class.
Handles basics for explicit RK time integration
◆ variables_type
◆ WmExplicitRungeKuttaScheme()
WmExplicitRungeKuttaScheme::WmExplicitRungeKuttaScheme |
( |
| ) |
|
|
default |
◆ ~WmExplicitRungeKuttaScheme()
virtual WmExplicitRungeKuttaScheme::~WmExplicitRungeKuttaScheme |
( |
| ) |
|
|
virtualdefault |
◆ calc_stage()
◆ getCFLLimit()
real WmExplicitRungeKuttaScheme::getCFLLimit |
( |
| ) |
const |
|
inline |
◆ getNumStages()
int WmExplicitRungeKuttaScheme::getNumStages |
( |
| ) |
const |
|
inline |
◆ getTimeUpdate()
real WmExplicitRungeKuttaScheme::getTimeUpdate |
( |
const int |
rkStage | ) |
const |
|
inline |
◆ print_stage_definition()
void WmExplicitRungeKuttaScheme::print_stage_definition |
( |
int |
stage | ) |
const |
◆ stage_offset()
int WmExplicitRungeKuttaScheme::stage_offset |
( |
int |
stage | ) |
const |
|
inlineprotected |
◆ _cfl_max
real WmExplicitRungeKuttaScheme::_cfl_max = 1 |
|
protected |
◆ _numStages
int WmExplicitRungeKuttaScheme::_numStages |
|
protected |
◆ multipliers_
std::vector<real> WmExplicitRungeKuttaScheme::multipliers_ |
|
protected |
◆ timeUpdates_
std::vector<real> WmExplicitRungeKuttaScheme::timeUpdates_ |
|
protected |
The documentation for this class was generated from the following file: