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