|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Mix-in interface stepper objects that accept an RK Butcher Tableau. More...
#include <Rythmos_RKButcherTableauAcceptingStepperBase.hpp>

Public Member Functions | |
| virtual void | setRKButcherTableau (const Teuchos::RCP< const RKButcherTableauBase< Scalar > > &rkbt)=0 |
| | |
| virtual RCP< const RKButcherTableauBase< Scalar > > | getRKButcherTableau () const =0 |
| | |
Mix-in interface stepper objects that accept an RK Butcher Tableau.
ToDo: Finish documentation!
Definition at line 46 of file Rythmos_RKButcherTableauAcceptingStepperBase.hpp.
| virtual void Rythmos::RKButcherTableauAcceptingStepperBase< Scalar >::setRKButcherTableau | ( | const Teuchos::RCP< const RKButcherTableauBase< Scalar > > & | rkbt | ) | [pure virtual] |
| virtual RCP<const RKButcherTableauBase<Scalar> > Rythmos::RKButcherTableauAcceptingStepperBase< Scalar >::getRKButcherTableau | ( | ) | const [pure virtual] |
Implemented in Rythmos::ImplicitRKStepper< Scalar >, and Rythmos::ExplicitRKStepper< Scalar >.
1.7.6.1