#include <capd/dynsys/StepControl.h>
|
| ILastTermsStepControl (int _terms=1, Real _minStep=1./1048576) |
|
template<class Solver , class SetType > |
Solver::ScalarType | computeNextTimeStep (Solver &solver, typename Solver::ScalarType const &, const SetType &s) const |
|
template<class Solver , class SetType > |
void | init (Solver &solver, typename Solver::ScalarType const &, const SetType &s) const |
|
Real | getMinStepAllowed () const |
|
◆ Real
◆ ILastTermsStepControl()
capd::dynsys::ILastTermsStepControl::ILastTermsStepControl |
( |
int |
_terms = 1 , |
|
|
Real |
_minStep = 1. / 1048576 |
|
) |
| |
|
inlineexplicit |
◆ computeNextTimeStep()
template<class Solver , class SetType >
Solver::ScalarType capd::dynsys::ILastTermsStepControl::computeNextTimeStep |
( |
Solver & |
solver, |
|
|
typename Solver::ScalarType const & |
, |
|
|
const SetType & |
s |
|
) |
| const |
|
inline |
◆ getMinStepAllowed()
Real capd::dynsys::ILastTermsStepControl::getMinStepAllowed |
( |
| ) |
const |
|
inline |
◆ init()
template<class Solver , class SetType >
void capd::dynsys::ILastTermsStepControl::init |
( |
Solver & |
solver, |
|
|
typename Solver::ScalarType const & |
, |
|
|
const SetType & |
s |
|
) |
| const |
|
inline |
◆ m_minTimeStep
Real capd::dynsys::ILastTermsStepControl::m_minTimeStep |
◆ m_numberOfTerms
int capd::dynsys::ILastTermsStepControl::m_numberOfTerms |
The documentation for this class was generated from the following file: