This class provides an empty time step control for the solutions to ODEs. It contains an interface for other implementations of TSC.
More...
#include <capd/dynsys/StepControl.h>
|
template<class DS , class SetType > |
DS::ScalarType | computeNextTimeStep (DS &dynamicalSystem, typename DS::ScalarType const &, const SetType &, const typename DS::ScalarType &maxStep) const |
|
template<class DS , class SetType > |
DS::ScalarType | getFirstTimeStep (DS &dynamicalSystem, const SetType &, typename DS::ScalarType const &, const typename DS::ScalarType &maxStep) const |
|
double | getMinStepAllowed () const |
|
template<class DS , class SetType > |
void | init (DS &, typename DS::ScalarType const &, const SetType &) const |
|
This class provides an empty time step control for the solutions to ODEs. It contains an interface for other implementations of TSC.
◆ computeNextTimeStep()
template<class DS , class SetType >
DS::ScalarType capd::dynsys::NoStepControl::computeNextTimeStep |
( |
DS & |
dynamicalSystem, |
|
|
typename DS::ScalarType const & |
, |
|
|
const SetType & |
, |
|
|
const typename DS::ScalarType & |
maxStep |
|
) |
| const |
|
inline |
◆ getFirstTimeStep()
template<class DS , class SetType >
DS::ScalarType capd::dynsys::NoStepControl::getFirstTimeStep |
( |
DS & |
dynamicalSystem, |
|
|
const SetType & |
, |
|
|
typename DS::ScalarType const & |
, |
|
|
const typename DS::ScalarType & |
maxStep |
|
) |
| const |
|
inline |
◆ getMinStepAllowed()
double capd::dynsys::NoStepControl::getMinStepAllowed |
( |
| ) |
const |
|
inline |
◆ init()
template<class DS , class SetType >
void capd::dynsys::NoStepControl::init |
( |
DS & |
, |
|
|
typename DS::ScalarType const & |
, |
|
|
const SetType & |
|
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: