dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DuneODE::NoImplicitRungeKuttaSourceTerm Struct Reference

#include <dune/fem/solver/rungekutta/basicimplicit.hh>

Public Member Functions

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
 

Member Function Documentation

◆ initialTimeStepEstimate()

template<class T >
double DuneODE::NoImplicitRungeKuttaSourceTerm::initialTimeStepEstimate ( double  time,
const T &  u 
) const
inline

◆ limit()

template<class T >
void DuneODE::NoImplicitRungeKuttaSourceTerm::limit ( T &  update,
const double  time 
)
inline

◆ operator()()

template<class T >
bool DuneODE::NoImplicitRungeKuttaSourceTerm::operator() ( double  time,
double  timeStepSize,
int  stage,
const T &  u,
const std::vector< T * > &  update,
T &  source 
)
inline

◆ timeStepEstimate()

double DuneODE::NoImplicitRungeKuttaSourceTerm::timeStepEstimate ( ) const
inline

The documentation for this struct was generated from the following file: