30 #ifndef RYTHMOS_RKBT_ACCEPTING_STEPPER_BASE_HPP 
   31 #define RYTHMOS_RKBT_ACCEPTING_STEPPER_BASE_HPP 
   34 #include "Rythmos_StepperBase.hpp" 
   35 #include "Rythmos_RKButcherTableauBase.hpp" 
   45 template<
class Scalar>
 
   52       const Teuchos::RCP<
const RKButcherTableauBase<Scalar> > &rkbt
 
   56   virtual RCP<const RKButcherTableauBase<Scalar> > 
 
   65 #endif // RYTHMOS_RKBT_ACCEPTING_STEPPER_BASE_HPP 
virtual RCP< const RKButcherTableauBase< Scalar > > getRKButcherTableau() const =0
 
Base class for defining stepper functionality. 
 
virtual void setRKButcherTableau(const Teuchos::RCP< const RKButcherTableauBase< Scalar > > &rkbt)=0
 
Mix-in interface stepper objects that accept an RK Butcher Tableau.