dune-fem  2.4.1-rc
Public Member Functions | List of all members
DuneODE::NoROWRungeKuttaSourceTerm Struct Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/solver/rungekutta/basicrow.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

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

References Dune::Std::max().


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