CAPD DynSys Library  5.2.0
capd::dynsys::NoStepControl Class Reference

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>

Public Member Functions

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
 

Detailed Description

This class provides an empty time step control for the solutions to ODEs. It contains an interface for other implementations of TSC.

Member Function Documentation

◆ 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