Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
TimestepEstimatorParabolic Class Reference

Timestep Estimator for parabolic problems. More...

#include <utility.hh>

Collaboration diagram for TimestepEstimatorParabolic:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Real operator() (const linDG3D::FvdgSpace &spc) const
 Application operator.
 TimestepEstimatorParabolic (const Real c)
 Constructor.

Private Attributes

const Real c_

Detailed Description

Timestep Estimator for parabolic problems.

Gives an estimate for the maximal timestep

Author:
Christoph Winkelmann, 2003

Definition at line 106 of file utility.hh.


Constructor & Destructor Documentation

TimestepEstimatorParabolic::TimestepEstimatorParabolic ( const Real  c) [inline]

Constructor.

Parameters:
cconstant in the CFL condition

Definition at line 111 of file utility.hh.


Member Function Documentation

Real TimestepEstimatorParabolic::operator() ( const linDG3D::FvdgSpace spc) const

Application operator.

Parameters:
spcSpace to estimate the timestep for

Member Data Documentation

const Real TimestepEstimatorParabolic::c_ [private]

Definition at line 117 of file utility.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)