#include <capd/dynsys/StepControl.h>
|
| FixedStepControl (const ScalarType &timeStep=ScalarType(1./1024.)) |
|
template<class DS , class SetType > |
DS::ScalarType | computeNextTimeStep (DS &, typename DS::ScalarType const &, const SetType &, const typename DS::ScalarType &maxStep) const |
|
template<class DS , class SetType > |
void | init (DS &, typename DS::ScalarType const &, const SetType &) const |
|
double | getMinStepAllowed () const |
|
◆ FixedStepControl()
template<typename ScalarType >
◆ computeNextTimeStep()
template<typename ScalarType >
template<class DS , class SetType >
DS::ScalarType capd::dynsys::FixedStepControl< ScalarType >::computeNextTimeStep |
( |
DS & |
, |
|
|
typename DS::ScalarType const & |
, |
|
|
const SetType & |
, |
|
|
const typename DS::ScalarType & |
maxStep |
|
) |
| const |
|
inline |
◆ getMinStepAllowed()
template<typename ScalarType >
◆ init()
template<typename ScalarType >
template<class DS , class SetType >