45 namespace integrationSchemes
81 virtual scalar
dtEff(
const scalar dt,
const scalar Beta)
const;
84 virtual scalar
sumDtEff(
const scalar dt,
const scalar Beta)
const;
virtual ~analytical()
Destructor.
Analytical integration scheme.
TypeName("analytical")
Runtime type information.
Base for a set of schemes which integrate simple ODEs which arise from semi-implcit rate expressions...
virtual scalar sumDtEff(const scalar dt, const scalar Beta) const
Return the integral of the effective time step.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual autoPtr< integrationScheme > clone() const
Construct and return clone.
virtual scalar dtEff(const scalar dt, const scalar Beta) const
Return the integration effective time step.