#include <Rythmos_StepperValidator.hpp>
Inheritance diagram for Rythmos::StepperValidator< Scalar >:

Overridden from Teuchos::ParameterListAcceptor | |
| void | setParameterList (RCP< Teuchos::ParameterList > const ¶mList) |
| | |
| RCP< Teuchos::ParameterList > | getNonconstParameterList () |
| | |
| RCP< Teuchos::ParameterList > | unsetParameterList () |
| | |
| RCP< const Teuchos::ParameterList > | getValidParameters () const |
| | |
Overridden from Teuchos::Describable | |
| std::string | description () const |
| | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| | |
Public Member Functions | |
| StepperValidator () | |
| virtual | ~StepperValidator () |
| void | setIntegratorBuilder (const RCP< IntegratorBuilder< Scalar > > &integratorBuilder) |
| Set a Integrator Builder object. | |
| void | validateStepper () const |
| Validate the stepper by the StepperBuilder. | |
There are a variety of requirements placed on the steppers by the higher level objects like the integrator. These requirements are documented and tested in this class.
Definition at line 63 of file Rythmos_StepperValidator.hpp.
| void Rythmos::StepperValidator< Scalar >::setIntegratorBuilder | ( | const RCP< IntegratorBuilder< Scalar > > & | integratorBuilder | ) |
| void Rythmos::StepperValidator< Scalar >::validateStepper | ( | ) | const |
Validate the stepper by the StepperBuilder.
Definition at line 547 of file Rythmos_StepperValidator.hpp.
| void Rythmos::StepperValidator< Scalar >::setParameterList | ( | RCP< Teuchos::ParameterList > const & | paramList | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 611 of file Rythmos_StepperValidator.hpp.
| RCP< Teuchos::ParameterList > Rythmos::StepperValidator< Scalar >::getNonconstParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 617 of file Rythmos_StepperValidator.hpp.
| RCP< Teuchos::ParameterList > Rythmos::StepperValidator< Scalar >::unsetParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 624 of file Rythmos_StepperValidator.hpp.
| RCP< const Teuchos::ParameterList > Rythmos::StepperValidator< Scalar >::getValidParameters | ( | ) | const [virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 631 of file Rythmos_StepperValidator.hpp.
| std::string Rythmos::StepperValidator< Scalar >::description | ( | ) | const [virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 638 of file Rythmos_StepperValidator.hpp.
| void Rythmos::StepperValidator< Scalar >::describe | ( | Teuchos::FancyOStream & | out, | |
| const Teuchos::EVerbosityLevel | verbLevel | |||
| ) | const [virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 645 of file Rythmos_StepperValidator.hpp.
1.4.7