|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Base class for strategy objects that control integration by selecting step sizes for a stepper. More...
#include <Rythmos_SimpleIntegrationControlStrategy_decl.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. | |
Overridden from ParameterListAcceptor | |
| void | setParameterList (RCP< ParameterList > const ¶mList) |
| | |
| RCP< const ParameterList > | getValidParameters () const |
| | |
| 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) |
| | |
Base class for strategy objects that control integration by selecting step sizes for a stepper.
ToDo: Finish Implementation!
Definition at line 49 of file Rythmos_SimpleIntegrationControlStrategy_decl.hpp.
| Rythmos::SimpleIntegrationControlStrategy< Scalar >::SimpleIntegrationControlStrategy | ( | ) |
Constructors/Initializers.
Definition at line 117 of file Rythmos_SimpleIntegrationControlStrategy_def.hpp.
| void Rythmos::SimpleIntegrationControlStrategy< Scalar >::setParameterList | ( | RCP< ParameterList > const & | paramList | ) |
Definition at line 129 of file Rythmos_SimpleIntegrationControlStrategy_def.hpp.
| RCP< const ParameterList > Rythmos::SimpleIntegrationControlStrategy< Scalar >::getValidParameters | ( | ) | const |
Definition at line 158 of file Rythmos_SimpleIntegrationControlStrategy_def.hpp.
| RCP< IntegrationControlStrategyBase< Scalar > > Rythmos::SimpleIntegrationControlStrategy< Scalar >::cloneIntegrationControlStrategy | ( | ) | const [virtual] |
Overridden from IntegrationControlStrategyBase.
Implements Rythmos::IntegrationControlStrategyBase< Scalar >.
Definition at line 198 of file Rythmos_SimpleIntegrationControlStrategy_def.hpp.
| void Rythmos::SimpleIntegrationControlStrategy< Scalar >::resetIntegrationControlStrategy | ( | const TimeRange< Scalar > & | integrationTimeDomain | ) | [virtual] |
Implements Rythmos::IntegrationControlStrategyBase< Scalar >.
Definition at line 215 of file Rythmos_SimpleIntegrationControlStrategy_def.hpp.
| StepControlInfo< Scalar > Rythmos::SimpleIntegrationControlStrategy< Scalar >::getNextStepControlInfo | ( | const StepperBase< Scalar > & | stepper, |
| const StepControlInfo< Scalar > & | stepCtrlInfoLast, | ||
| const int | timeStepIter | ||
| ) | [virtual] |
Implements Rythmos::IntegrationControlStrategyBase< Scalar >.
Definition at line 242 of file Rythmos_SimpleIntegrationControlStrategy_def.hpp.
| RCP< SimpleIntegrationControlStrategy< Scalar > > simpleIntegrationControlStrategy | ( | ) | [related] |
Definition at line 42 of file Rythmos_SimpleIntegrationControlStrategy_def.hpp.
| RCP< SimpleIntegrationControlStrategy< Scalar > > simpleIntegrationControlStrategy | ( | const RCP< ParameterList > & | paramList | ) | [related] |
Definition at line 52 of file Rythmos_SimpleIntegrationControlStrategy_def.hpp.
1.7.6.1