29#ifndef Rythmos_STEPPER_BASE_DEF_H
30#define Rythmos_STEPPER_BASE_DEF_H
32#include "Rythmos_StepperBase_decl.hpp"
43 return stepper.getTimeRange().isValid();
73RCP<StepperBase<Scalar> >
93#define RYTHMOS_STEPPER_BASE_INSTANT(SCALAR) \
95 template class StepperBase< SCALAR >; \
97 template bool isInitialized( const StepperBase< SCALAR >& stepper );
Base class for defining stepper functionality.
virtual bool isImplicit() const
Return if this stepper is an implicit stepper.
bool isInitialized(const StepperBase< Scalar > &stepper)