Timestep Estimator. More...
#include <utility.hh>

Public Member Functions | |
| Real | operator() (const concepts::Vector< Real > &sol) const |
| Application operator. | |
| Real | testOld (const concepts::Vector< Real > &sol) const |
| TimestepEstimator (const linDG3D::FvdgSpace &spc, const Real c) | |
| Constructor. | |
Private Attributes | |
| const Real | c_ |
| const T | fluxFct_ |
| const linDG3D::FvdgSpace & | spc_ |
Timestep Estimator.
Gives an estimate for the maximal timestep
Definition at line 81 of file utility.hh.
| TimestepEstimator< T >::TimestepEstimator | ( | const linDG3D::FvdgSpace & | spc, |
| const Real | c | ||
| ) | [inline] |
Constructor.
| spc | space to estimate the timestep for |
| c | constant in the CFL condition |
Definition at line 87 of file utility.hh.
| Real TimestepEstimator< T >::operator() | ( | const concepts::Vector< Real > & | sol | ) | const |
Application operator.
| sol | Solution vector to estimate the timestep for |
| Real TimestepEstimator< T >::testOld | ( | const concepts::Vector< Real > & | sol | ) | const |
const Real TimestepEstimator< T >::c_ [private] |
Definition at line 97 of file utility.hh.
const T TimestepEstimator< T >::fluxFct_ [private] |
Definition at line 96 of file utility.hh.
const linDG3D::FvdgSpace& TimestepEstimator< T >::spc_ [private] |
Definition at line 95 of file utility.hh.