|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
#include <Rythmos_ImplicitRKStepper_decl.hpp>

Public Types | |
| typedef ScalarTraits< Scalar > ::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| void | setDirk (bool isDirk) |
| | |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| RCP< ImplicitRKStepper< Scalar > > | implicitRKStepper () |
| Nonmember constructor. | |
| template<class Scalar > | |
| RCP< ImplicitRKStepper< Scalar > > | implicitRKStepper () |
| Nonmember constructor. | |
Constructors, intializers, Misc. | |
| ImplicitRKStepper () | |
| | |
| void | set_W_factory (const RCP< Thyra::LinearOpWithSolveFactoryBase< Scalar > > &irk_W_factory) |
| RCP< const Thyra::LinearOpWithSolveFactoryBase < Scalar > > | get_W_factory () const |
| | |
Overridden from RKButcherTableauAcceptingStepperBase | |
| void | setRKButcherTableau (const RCP< const RKButcherTableauBase< Scalar > > &rkButcherTableau) |
| | |
| RCP< const RKButcherTableauBase< Scalar > > | getRKButcherTableau () const |
| | |
Overridden from SolverAcceptingStepperBase | |
| void | setSolver (const RCP< Thyra::NonlinearSolverBase< Scalar > > &solver) |
| | |
| RCP < Thyra::NonlinearSolverBase < Scalar > > | getNonconstSolver () |
| | |
| RCP< const Thyra::NonlinearSolverBase < Scalar > > | getSolver () const |
| | |
Overridden from StepperBase | |
| bool | isImplicit () const |
| Returns true. | |
| bool | supportsCloning () const |
| Returns true. | |
| RCP< StepperBase< Scalar > > | cloneStepperAlgorithm () const |
| | |
| void | setModel (const RCP< const Thyra::ModelEvaluator< Scalar > > &model) |
| | |
| void | setNonconstModel (const RCP< Thyra::ModelEvaluator< Scalar > > &model) |
| | |
| RCP< const Thyra::ModelEvaluator< Scalar > > | getModel () const |
| | |
| RCP< Thyra::ModelEvaluator < Scalar > > | getNonconstModel () |
| | |
| void | setInitialCondition (const Thyra::ModelEvaluatorBase::InArgs< Scalar > &initialCondition) |
| | |
| Thyra::ModelEvaluatorBase::InArgs < Scalar > | getInitialCondition () const |
| | |
| Scalar | takeStep (Scalar dt, StepSizeType flag) |
| | |
| const StepStatus< Scalar > | getStepStatus () const |
| | |
Overridden from InterpolationBufferBase | |
| RCP< const Thyra::VectorSpaceBase< Scalar > > | get_x_space () const |
| | |
| void | addPoints (const Array< Scalar > &time_vec, const Array< RCP< const Thyra::VectorBase< Scalar > > > &x_vec, const Array< RCP< const Thyra::VectorBase< Scalar > > > &xdot_vec) |
| | |
| TimeRange< Scalar > | getTimeRange () const |
| | |
| void | getPoints (const Array< Scalar > &time_vec, Array< RCP< const Thyra::VectorBase< Scalar > > > *x_vec, Array< RCP< const Thyra::VectorBase< Scalar > > > *xdot_vec, Array< ScalarMag > *accuracy_vec) const |
| | |
| void | getNodes (Array< Scalar > *time_vec) const |
| | |
| void | removeNodes (Array< Scalar > &time_vec) |
| | |
| int | getOrder () const |
| | |
Overridden from Teuchos::ParameterListAcceptor | |
| void | setParameterList (RCP< ParameterList > const ¶mList) |
| | |
| RCP< ParameterList > | getNonconstParameterList () |
| | |
| RCP< ParameterList > | unsetParameterList () |
| | |
| RCP< const ParameterList > | getValidParameters () const |
| | |
Overridden from Teuchos::Describable | |
| void | describe (FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| | |
Definition at line 48 of file Rythmos_ImplicitRKStepper_decl.hpp.
| typedef ScalarTraits<Scalar>::magnitudeType Rythmos::ImplicitRKStepper< Scalar >::ScalarMag |
Reimplemented from Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 55 of file Rythmos_ImplicitRKStepper_decl.hpp.
| Rythmos::ImplicitRKStepper< Scalar >::ImplicitRKStepper | ( | ) |
Definition at line 91 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< const Thyra::LinearOpWithSolveFactoryBase< Scalar > > Rythmos::ImplicitRKStepper< Scalar >::get_W_factory | ( | ) | const |
Definition at line 129 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::setRKButcherTableau | ( | const RCP< const RKButcherTableauBase< Scalar > > & | rkButcherTableau | ) |
Definition at line 631 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< const RKButcherTableauBase< Scalar > > Rythmos::ImplicitRKStepper< Scalar >::getRKButcherTableau | ( | ) | const [virtual] |
Implements Rythmos::RKButcherTableauAcceptingStepperBase< Scalar >.
Definition at line 651 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::setDirk | ( | bool | isDirk | ) |
Definition at line 657 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::setSolver | ( | const RCP< Thyra::NonlinearSolverBase< Scalar > > & | solver | ) |
Definition at line 138 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< Thyra::NonlinearSolverBase< Scalar > > Rythmos::ImplicitRKStepper< Scalar >::getNonconstSolver | ( | ) | [virtual] |
Implements Rythmos::SolverAcceptingStepperBase< Scalar >.
Definition at line 149 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< const Thyra::NonlinearSolverBase< Scalar > > Rythmos::ImplicitRKStepper< Scalar >::getSolver | ( | ) | const [virtual] |
Implements Rythmos::SolverAcceptingStepperBase< Scalar >.
Definition at line 157 of file Rythmos_ImplicitRKStepper_def.hpp.
| bool Rythmos::ImplicitRKStepper< Scalar >::isImplicit | ( | ) | const [virtual] |
Returns true.
Reimplemented from Rythmos::StepperBase< Scalar >.
Definition at line 167 of file Rythmos_ImplicitRKStepper_def.hpp.
| bool Rythmos::ImplicitRKStepper< Scalar >::supportsCloning | ( | ) | const [virtual] |
Returns true.
Reimplemented from Rythmos::StepperBase< Scalar >.
Definition at line 173 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< StepperBase< Scalar > > Rythmos::ImplicitRKStepper< Scalar >::cloneStepperAlgorithm | ( | ) | const [virtual] |
Reimplemented from Rythmos::StepperBase< Scalar >.
Definition at line 181 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::setModel | ( | const RCP< const Thyra::ModelEvaluator< Scalar > > & | model | ) | [virtual] |
Implements Rythmos::StepperBase< Scalar >.
Definition at line 215 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::setNonconstModel | ( | const RCP< Thyra::ModelEvaluator< Scalar > > & | model | ) | [virtual] |
Implements Rythmos::StepperBase< Scalar >.
Definition at line 226 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< const Thyra::ModelEvaluator< Scalar > > Rythmos::ImplicitRKStepper< Scalar >::getModel | ( | ) | const [virtual] |
Implements Rythmos::StepperBase< Scalar >.
Definition at line 236 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< Thyra::ModelEvaluator< Scalar > > Rythmos::ImplicitRKStepper< Scalar >::getNonconstModel | ( | ) | [virtual] |
Implements Rythmos::StepperBase< Scalar >.
Definition at line 244 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::setInitialCondition | ( | const Thyra::ModelEvaluatorBase::InArgs< Scalar > & | initialCondition | ) | [virtual] |
Implements Rythmos::StepperBase< Scalar >.
Definition at line 251 of file Rythmos_ImplicitRKStepper_def.hpp.
| Thyra::ModelEvaluatorBase::InArgs< Scalar > Rythmos::ImplicitRKStepper< Scalar >::getInitialCondition | ( | ) | const [virtual] |
Implements Rythmos::StepperBase< Scalar >.
Definition at line 308 of file Rythmos_ImplicitRKStepper_def.hpp.
| Scalar Rythmos::ImplicitRKStepper< Scalar >::takeStep | ( | Scalar | dt, |
| StepSizeType | flag | ||
| ) | [virtual] |
Implements Rythmos::StepperBase< Scalar >.
Definition at line 315 of file Rythmos_ImplicitRKStepper_def.hpp.
| const StepStatus< Scalar > Rythmos::ImplicitRKStepper< Scalar >::getStepStatus | ( | ) | const [virtual] |
Implements Rythmos::StepperBase< Scalar >.
Definition at line 396 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< const Thyra::VectorSpaceBase< Scalar > > Rythmos::ImplicitRKStepper< Scalar >::get_x_space | ( | ) | const [virtual] |
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 428 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::addPoints | ( | const Array< Scalar > & | time_vec, |
| const Array< RCP< const Thyra::VectorBase< Scalar > > > & | x_vec, | ||
| const Array< RCP< const Thyra::VectorBase< Scalar > > > & | xdot_vec | ||
| ) | [virtual] |
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 435 of file Rythmos_ImplicitRKStepper_def.hpp.
| TimeRange< Scalar > Rythmos::ImplicitRKStepper< Scalar >::getTimeRange | ( | ) | const [virtual] |
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 446 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::getPoints | ( | const Array< Scalar > & | time_vec, |
| Array< RCP< const Thyra::VectorBase< Scalar > > > * | x_vec, | ||
| Array< RCP< const Thyra::VectorBase< Scalar > > > * | xdot_vec, | ||
| Array< ScalarMag > * | accuracy_vec | ||
| ) | const |
Definition at line 453 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::getNodes | ( | Array< Scalar > * | time_vec | ) | const [virtual] |
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 476 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::removeNodes | ( | Array< Scalar > & | time_vec | ) | [virtual] |
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 491 of file Rythmos_ImplicitRKStepper_def.hpp.
| int Rythmos::ImplicitRKStepper< Scalar >::getOrder | ( | ) | const [virtual] |
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 498 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::setParameterList | ( | RCP< ParameterList > const & | paramList | ) |
Definition at line 508 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< ParameterList > Rythmos::ImplicitRKStepper< Scalar >::getNonconstParameterList | ( | ) |
Definition at line 521 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< ParameterList > Rythmos::ImplicitRKStepper< Scalar >::unsetParameterList | ( | ) |
Definition at line 529 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< const ParameterList > Rythmos::ImplicitRKStepper< Scalar >::getValidParameters | ( | ) | const |
Definition at line 540 of file Rythmos_ImplicitRKStepper_def.hpp.
| void Rythmos::ImplicitRKStepper< Scalar >::describe | ( | FancyOStream & | out, |
| const Teuchos::EVerbosityLevel | verbLevel | ||
| ) | const |
Definition at line 556 of file Rythmos_ImplicitRKStepper_def.hpp.
| RCP< ImplicitRKStepper< Scalar > > implicitRKStepper | ( | ) | [related] |
Nonmember constructor.
| RCP< ImplicitRKStepper< Scalar > > implicitRKStepper | ( | ) | [related] |
Nonmember constructor.
Definition at line 58 of file Rythmos_ImplicitRKStepper_def.hpp.
1.7.6.1