#include <Rythmos_ExplicitRKStepper.hpp>
Inheritance diagram for Rythmos::ExplicitRKStepper< Scalar >:


Public Types | |
| typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | ScalarMag |
Public Member Functions | |
| ExplicitRKStepper () | |
| | |
| ExplicitRKStepper (const Teuchos::RefCountPtr< const Thyra::ModelEvaluator< Scalar > > &model_) | |
| ~ExplicitRKStepper () | |
| | |
| Scalar | TakeStep (Scalar dt) |
| | |
| Scalar | TakeStep () |
| | |
| Teuchos::RefCountPtr< const Thyra::VectorBase< Scalar > > | get_solution () const |
| | |
| std::string | description () const |
| | |
| std::ostream & | describe (std::ostream &out, const Teuchos::EVerbosityLevel verbLevel, const std::string leadingIndent, const std::string indentSpacer) const |
| | |
| bool | SetPoints (const std::vector< Scalar > &time_list, const std::vector< Teuchos::RefCountPtr< Thyra::VectorBase< Scalar > > > &x_list, const std::vector< Teuchos::RefCountPtr< Thyra::VectorBase< Scalar > > > &xdot_list) |
| bool | GetPoints (const std::vector< Scalar > &time_list, std::vector< Teuchos::RefCountPtr< Thyra::VectorBase< Scalar > > > *x_list, std::vector< Teuchos::RefCountPtr< Thyra::VectorBase< Scalar > > > *xdot_list, std::vector< ScalarMag > *accuracy_list) const |
| Get values from buffer. | |
| bool | SetRange (const Scalar &time_lower, const Scalar &time_upper, const InterpolationBuffer< Scalar > &IB) |
| Fill data in from another interpolation buffer. | |
| bool | GetNodes (std::vector< Scalar > *time_list) const |
| Get interpolation nodes. | |
| bool | RemoveNodes (std::vector< Scalar > &time_list) const |
| Remove interpolation nodes. | |
| int | GetOrder () const |
| Get order of interpolation. | |
Private Attributes | |
| Teuchos::RefCountPtr< const Thyra::ModelEvaluator< Scalar > > | model_ |
| Teuchos::RefCountPtr< Thyra::VectorBase< Scalar > > | solution_vector_ |
| std::vector< Teuchos::RefCountPtr< Thyra::VectorBase< Scalar > > > | k_vector_ |
| Teuchos::RefCountPtr< Thyra::VectorBase< Scalar > > | ktemp_vector_ |
| int | stages_ |
| std::vector< std::vector< Scalar > > | b_A |
| std::vector< Scalar > | b_b |
| std::vector< Scalar > | b_c |
| Scalar | t_ |
Definition at line 42 of file Rythmos_ExplicitRKStepper.hpp.
|
|||||
|
Reimplemented from Rythmos::InterpolationBuffer< Scalar >. Definition at line 46 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||||||
|
Definition at line 261 of file Rythmos_ExplicitRKStepper.hpp. |
|
||||||||||
|
Definition at line 121 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||||||
|
Definition at line 266 of file Rythmos_ExplicitRKStepper.hpp. |
|
||||||||||
|
Implements Rythmos::Stepper< Scalar >. Definition at line 279 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||||||
|
Implements Rythmos::Stepper< Scalar >. Definition at line 271 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||||||
|
Implements Rythmos::Stepper< Scalar >. Definition at line 312 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||||||
|
Reimplemented from Teuchos::Describable. Definition at line 318 of file Rythmos_ExplicitRKStepper.hpp. |
|
||||||||||||||||||||||||
|
Definition at line 325 of file Rythmos_ExplicitRKStepper.hpp. |
|
||||||||||||||||||||
|
Redefined from InterpolationBuffer Add points to buffer Implements Rythmos::InterpolationBuffer< Scalar >. Definition at line 359 of file Rythmos_ExplicitRKStepper.hpp. |
|
||||||||||||||||||||||||
|
Get values from buffer.
Implements Rythmos::InterpolationBuffer< Scalar >. Definition at line 368 of file Rythmos_ExplicitRKStepper.hpp. |
|
||||||||||||||||||||
|
Fill data in from another interpolation buffer.
Implements Rythmos::InterpolationBuffer< Scalar >. Definition at line 378 of file Rythmos_ExplicitRKStepper.hpp. |
|
||||||||||
|
Get interpolation nodes.
Implements Rythmos::InterpolationBuffer< Scalar >. Definition at line 387 of file Rythmos_ExplicitRKStepper.hpp. |
|
||||||||||
|
Remove interpolation nodes.
Implements Rythmos::InterpolationBuffer< Scalar >. Definition at line 393 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||||||
|
Get order of interpolation.
Implements Rythmos::InterpolationBuffer< Scalar >. Definition at line 399 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 106 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 107 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 108 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 109 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 111 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 112 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 113 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 114 of file Rythmos_ExplicitRKStepper.hpp. |
|
|||||
|
Definition at line 116 of file Rythmos_ExplicitRKStepper.hpp. |
1.3.9.1