
Overridden from Teuchos::ParameterListAcceptor | |
| void | setParameterList (const RCP< Teuchos::ParameterList > ¶mList) |
| | |
| RCP< Teuchos::ParameterList > | getNonconstParameterList () |
| | |
| RCP< Teuchos::ParameterList > | unsetParameterList () |
| | |
| RCP< const ParameterList > | getParameterList () const |
| | |
| RCP< const Teuchos::ParameterList > | getValidParameters () const |
| | |
Public Member Functions | |
| StepperBuilder () | |
| | |
| ~StepperBuilder () | |
| | |
| void | setStepperFactory (const RCP< const Teuchos::AbstractFactory< StepperBase< Scalar > > > &stepperFactory, const std::string &stepperFactoryName) |
| Set a new Stepper factory object. | |
| std::string | getStepperName () const |
Get the name of the Stepper that will be created on the next call to this->create(). | |
| RCP< StepperBase< Scalar > > | create (const std::string &stepperName="") const |
| | |
Definition at line 52 of file Rythmos_StepperBuilder.hpp.
| Rythmos::StepperBuilder< Scalar >::StepperBuilder | ( | ) |
| Rythmos::StepperBuilder< Scalar >::~StepperBuilder | ( | ) |
| void Rythmos::StepperBuilder< Scalar >::setStepperFactory | ( | const RCP< const Teuchos::AbstractFactory< StepperBase< Scalar > > > & | stepperFactory, | |
| const std::string & | stepperFactoryName | |||
| ) |
| std::string Rythmos::StepperBuilder< Scalar >::getStepperName | ( | ) | const |
Get the name of the Stepper that will be created on the next call to this->create().
Definition at line 154 of file Rythmos_StepperBuilder.hpp.
| RCP< StepperBase< Scalar > > Rythmos::StepperBuilder< Scalar >::create | ( | const std::string & | stepperName = "" |
) | const |
| void Rythmos::StepperBuilder< Scalar >::setParameterList | ( | const RCP< Teuchos::ParameterList > & | paramList | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 161 of file Rythmos_StepperBuilder.hpp.
| RCP< Teuchos::ParameterList > Rythmos::StepperBuilder< Scalar >::getNonconstParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 171 of file Rythmos_StepperBuilder.hpp.
| RCP< Teuchos::ParameterList > Rythmos::StepperBuilder< Scalar >::unsetParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 179 of file Rythmos_StepperBuilder.hpp.
| RCP< const Teuchos::ParameterList > Rythmos::StepperBuilder< Scalar >::getParameterList | ( | ) | const [virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 187 of file Rythmos_StepperBuilder.hpp.
| RCP< const Teuchos::ParameterList > Rythmos::StepperBuilder< Scalar >::getValidParameters | ( | ) | const [virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 195 of file Rythmos_StepperBuilder.hpp.
1.4.7