Base class for strategy objects that control integration by selecting step sizes for a stepper. More...
#include <Rythmos_SimpleIntegrationControlStrategy.hpp>
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| RCP < SimpleIntegrationControlStrategy < Scalar > > | simpleIntegrationControlStrategy () |
| | |
| template<class Scalar > | |
| RCP < SimpleIntegrationControlStrategy < Scalar > > | simpleIntegrationControlStrategy (const RCP< ParameterList > ¶mList) |
| | |
|
| |
| SimpleIntegrationControlStrategy () | |
| Constructors/Initializers. | |
| RCP < IntegrationControlStrategyBase < Scalar > > | cloneIntegrationControlStrategy () const |
| Overridden from IntegrationControlStrategyBase. | |
| void | resetIntegrationControlStrategy (const TimeRange< Scalar > &integrationTimeDomain) |
| | |
| StepControlInfo< Scalar > | getNextStepControlInfo (const StepperBase< Scalar > &stepper, const StepControlInfo< Scalar > &stepCtrlInfoLast, const int timeStepIter) |
| | |
Overridden from ParameterListAcceptor | |
|
| |
| void | setParameterList (RCP< ParameterList > const ¶mList) |
| | |
| RCP< const ParameterList > | getValidParameters () const |
| | |
Base class for strategy objects that control integration by selecting step sizes for a stepper.
ToDo: Finish Implementation!
Definition at line 21 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| Rythmos::SimpleIntegrationControlStrategy< Scalar >::SimpleIntegrationControlStrategy | ( | ) | [inline] |
Constructors/Initializers.
Definition at line 177 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| void Rythmos::SimpleIntegrationControlStrategy< Scalar >::setParameterList | ( | RCP< ParameterList > const & | paramList | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 189 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| RCP< const ParameterList > Rythmos::SimpleIntegrationControlStrategy< Scalar >::getValidParameters | ( | ) | const [inline, virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 218 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| RCP< IntegrationControlStrategyBase< Scalar > > Rythmos::SimpleIntegrationControlStrategy< Scalar >::cloneIntegrationControlStrategy | ( | ) | const [inline, virtual] |
Overridden from IntegrationControlStrategyBase.
Implements Rythmos::IntegrationControlStrategyBase< Scalar >.
Definition at line 258 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| void Rythmos::SimpleIntegrationControlStrategy< Scalar >::resetIntegrationControlStrategy | ( | const TimeRange< Scalar > & | integrationTimeDomain | ) | [inline, virtual] |
Implements Rythmos::IntegrationControlStrategyBase< Scalar >.
Definition at line 275 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| StepControlInfo< Scalar > Rythmos::SimpleIntegrationControlStrategy< Scalar >::getNextStepControlInfo | ( | const StepperBase< Scalar > & | stepper, | |
| const StepControlInfo< Scalar > & | stepCtrlInfoLast, | |||
| const int | timeStepIter | |||
| ) | [inline, virtual] |
Implements Rythmos::IntegrationControlStrategyBase< Scalar >.
Definition at line 302 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| RCP< SimpleIntegrationControlStrategy< Scalar > > simpleIntegrationControlStrategy | ( | ) | [related] |
Definition at line 98 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| RCP< SimpleIntegrationControlStrategy< Scalar > > simpleIntegrationControlStrategy | ( | const RCP< ParameterList > & | paramList | ) | [related] |
Definition at line 112 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
1.6.1