#include <Rythmos_SimpleIntegrationControlStrategy.hpp>
Inheritance diagram for Rythmos::SimpleIntegrationControlStrategy< Scalar >:
| 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) |
| | |
Related Functions | |
| (Note that these are not member functions.) | |
| RCP< SimpleIntegrationControlStrategy< Scalar > > | simpleIntegrationControlStrategy () |
| | |
| RCP< SimpleIntegrationControlStrategy< Scalar > > | simpleIntegrationControlStrategy (const RCP< ParameterList > ¶mList) |
| | |
ToDo: Finish Implementation!
Definition at line 21 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| Rythmos::SimpleIntegrationControlStrategy< Scalar >::SimpleIntegrationControlStrategy | ( | ) |
Constructors/Initializers. .
Definition at line 177 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| void Rythmos::SimpleIntegrationControlStrategy< Scalar >::setParameterList | ( | RCP< ParameterList > const & | paramList | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 189 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| RCP< const ParameterList > Rythmos::SimpleIntegrationControlStrategy< Scalar >::getValidParameters | ( | ) | const [virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 218 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| RCP< IntegrationControlStrategyBase< Scalar > > Rythmos::SimpleIntegrationControlStrategy< Scalar >::cloneIntegrationControlStrategy | ( | ) | const [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 | ) | [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 | |||
| ) | [virtual] |
Implements Rythmos::IntegrationControlStrategyBase< Scalar >.
Definition at line 302 of file Rythmos_SimpleIntegrationControlStrategy.hpp.
| RCP< SimpleIntegrationControlStrategy< Scalar > > simpleIntegrationControlStrategy | ( | ) | [related] |
| RCP< SimpleIntegrationControlStrategy< Scalar > > simpleIntegrationControlStrategy | ( | const RCP< ParameterList > & | paramList | ) | [related] |
1.4.7