|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Class for validating steppers. More...
#include <Rythmos_StepperValidator.hpp>
Public Member Functions | |
| void | setIntegratorBuilder (const RCP< IntegratorBuilder< Scalar > > &integratorBuilder) |
| Set a Integrator Builder object. | |
| void | validateStepper () const |
| Validate the stepper by the StepperBuilder. | |
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 |
| | |
Class for validating steppers.
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 | ) |
Set a Integrator Builder object.
Definition at line 547 of file Rythmos_StepperValidator.hpp.
| void Rythmos::StepperValidator< Scalar >::validateStepper | ( | ) | const |
Validate the stepper by the StepperBuilder.
Definition at line 556 of file Rythmos_StepperValidator.hpp.
| void Rythmos::StepperValidator< Scalar >::setParameterList | ( | RCP< Teuchos::ParameterList > const & | paramList | ) |
Definition at line 629 of file Rythmos_StepperValidator.hpp.
| RCP< Teuchos::ParameterList > Rythmos::StepperValidator< Scalar >::getNonconstParameterList | ( | ) |
Definition at line 635 of file Rythmos_StepperValidator.hpp.
| RCP< Teuchos::ParameterList > Rythmos::StepperValidator< Scalar >::unsetParameterList | ( | ) |
Definition at line 642 of file Rythmos_StepperValidator.hpp.
| RCP< const Teuchos::ParameterList > Rythmos::StepperValidator< Scalar >::getValidParameters | ( | ) | const |
Definition at line 649 of file Rythmos_StepperValidator.hpp.
| std::string Rythmos::StepperValidator< Scalar >::description | ( | ) | const |
Definition at line 656 of file Rythmos_StepperValidator.hpp.
| void Rythmos::StepperValidator< Scalar >::describe | ( | Teuchos::FancyOStream & | out, |
| const Teuchos::EVerbosityLevel | verbLevel | ||
| ) | const |
Definition at line 663 of file Rythmos_StepperValidator.hpp.
1.7.6.1