Rythmos - Transient Integration for Differential Equations
Version of the Day
|
This is the complete list of members for Rythmos::StepControlStrategyAcceptingStepperBase< Scalar >, including all inherited members.
acceptsModel() const | Rythmos::StepperBase< Scalar > | virtual |
addPoints(const Array< Scalar > &time_vec, const Array< RCP< const Thyra::VectorBase< Scalar > > > &x_vec, const Array< RCP< const Thyra::VectorBase< Scalar > > > &xdot_vec)=0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
assertNoTimePointsBeforeCurrentTimeRange(const InterpolationBufferBase< Scalar > &interpBuffer, const Array< Scalar > &time_vec, const int &startingTimePointIndex=0) | Rythmos::InterpolationBufferBase< Scalar > | related |
assertNoTimePointsInsideCurrentTimeRange(const InterpolationBufferBase< Scalar > &interpBuffer, const Array< Scalar > &time_vec) | Rythmos::InterpolationBufferBase< Scalar > | related |
assertTimePointsAreSorted(const Array< Scalar > &time_vec) | Rythmos::InterpolationBufferBase< Scalar > | related |
cloneStepperAlgorithm() const | Rythmos::StepperBase< Scalar > | virtual |
get_x(const InterpolationBufferBase< Scalar > &interpBuffer, const Scalar &t) | Rythmos::InterpolationBufferBase< Scalar > | related |
get_x_and_x_dot(const InterpolationBufferBase< Scalar > &interpBuffer, const Scalar t, const Ptr< RCP< const Thyra::VectorBase< Scalar > > > &x, const Ptr< RCP< const Thyra::VectorBase< Scalar > > > &x_dot) | Rythmos::InterpolationBufferBase< Scalar > | related |
get_x_space() const =0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
get_xdot(const InterpolationBufferBase< Scalar > &interpBuffer, const Scalar &t) | Rythmos::InterpolationBufferBase< Scalar > | related |
getCurrentPoints(const InterpolationBufferBase< Scalar > &interpBuffer, const Array< Scalar > &time_vec, Array< RCP< const Thyra::VectorBase< Scalar > > > *x_vec, Array< RCP< const Thyra::VectorBase< Scalar > > > *xdot_vec, int *nextTimePointIndex) | Rythmos::InterpolationBufferBase< Scalar > | related |
getInitialCondition() const =0 | Rythmos::StepperBase< Scalar > | pure virtual |
getModel() const =0 | Rythmos::StepperBase< Scalar > | pure virtual |
getNodes(Array< Scalar > *time_vec) const =0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
getNonconstModel()=0 | Rythmos::StepperBase< Scalar > | pure virtual |
getNonconstStepControlStrategy()=0 | Rythmos::StepControlStrategyAcceptingStepperBase< Scalar > | pure virtual |
getOrder() const =0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
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 =0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
getStepControlStrategy() const =0 | Rythmos::StepControlStrategyAcceptingStepperBase< Scalar > | pure virtual |
getStepStatus() const =0 | Rythmos::StepperBase< Scalar > | pure virtual |
getTimeRange() const =0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
isImplicit() const | Rythmos::StepperBase< Scalar > | virtual |
isInitialized(const StepperBase< Scalar > &stepper) | Rythmos::StepperBase< Scalar > | related |
isInitialized(const StepperBase< Scalar > &stepper) | Rythmos::StepperBase< Scalar > | related |
modelIsConst() const | Rythmos::StepperBase< Scalar > | inlinevirtual |
removeNodes(Array< Scalar > &time_vec)=0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
removePointsInTimeRange(Array< TimeType > *points_in, const TimeRange< TimeType > &range) | Rythmos::InterpolationBufferBase< Scalar > | related |
ScalarMag typedef | Rythmos::InterpolationBufferBase< Scalar > | |
selectPointsInTimeRange(const Array< TimeType > &points_in, const TimeRange< TimeType > &range, const Ptr< Array< TimeType > > &points_out) | Rythmos::InterpolationBufferBase< Scalar > | related |
setInitialCondition(const Thyra::ModelEvaluatorBase::InArgs< Scalar > &initialCondition)=0 | Rythmos::StepperBase< Scalar > | pure virtual |
setModel(const RCP< const Thyra::ModelEvaluator< Scalar > > &model)=0 | Rythmos::StepperBase< Scalar > | pure virtual |
setNonconstModel(const RCP< Thyra::ModelEvaluator< Scalar > > &model)=0 | Rythmos::StepperBase< Scalar > | pure virtual |
setStepControlData(const StepperBase &stepper) | Rythmos::StepperBase< Scalar > | virtual |
setStepControlStrategy(const Teuchos::RCP< StepControlStrategyBase< Scalar > > &stepControlStrategy)=0 | Rythmos::StepControlStrategyAcceptingStepperBase< Scalar > | pure virtual |
supportsCloning() const | Rythmos::StepperBase< Scalar > | virtual |
takeStep(Scalar dt, StepSizeType stepType)=0 | Rythmos::StepperBase< Scalar > | pure virtual |