Timestep Estimator for parabolic problems. More...
#include <utility.hh>

Public Member Functions | |
| Real | operator() (const linDG3D::FvdgSpace &spc) const |
| Application operator. | |
| TimestepEstimatorParabolic (const Real c) | |
| Constructor. | |
Private Attributes | |
| const Real | c_ |
Timestep Estimator for parabolic problems.
Gives an estimate for the maximal timestep
Definition at line 106 of file utility.hh.
| TimestepEstimatorParabolic::TimestepEstimatorParabolic | ( | const Real | c | ) | [inline] |
| Real TimestepEstimatorParabolic::operator() | ( | const linDG3D::FvdgSpace & | spc | ) | const |
Application operator.
| spc | Space to estimate the timestep for |
const Real TimestepEstimatorParabolic::c_ [private] |
Definition at line 117 of file utility.hh.