#include <dune/fem/solver/rungekutta/basicrow.hh>
|
template<class T > |
bool | operator() (double time, double timeStepSize, int stage, const T &u, const std::vector< T * > &update, T &source) |
|
template<class T > |
void | limit (T &update, const double time) |
|
template<class T > |
double | initialTimeStepEstimate (double time, const T &u) const |
|
double | timeStepEstimate () const |
|
◆ initialTimeStepEstimate()
template<class T >
double DuneODE::NoROWRungeKuttaSourceTerm::initialTimeStepEstimate |
( |
double |
time, |
|
|
const T & |
u |
|
) |
| const |
|
inline |
◆ limit()
template<class T >
void DuneODE::NoROWRungeKuttaSourceTerm::limit |
( |
T & |
update, |
|
|
const double |
time |
|
) |
| |
|
inline |
◆ operator()()
template<class T >
bool DuneODE::NoROWRungeKuttaSourceTerm::operator() |
( |
double |
time, |
|
|
double |
timeStepSize, |
|
|
int |
stage, |
|
|
const T & |
u, |
|
|
const std::vector< T * > & |
update, |
|
|
T & |
source |
|
) |
| |
|
inline |
◆ timeStepEstimate()
double DuneODE::NoROWRungeKuttaSourceTerm::timeStepEstimate |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: