Rythmos - Transient Integration for Differential Equations
Version of the Day
|
This is the complete list of members for Rythmos::TrailingInterpolationBufferAcceptingIntegratorBase< Scalar >, including all inherited members.
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 |
cloneIntegrator() const | Rythmos::IntegratorBase< Scalar > | inlinevirtual |
get_fwd_x(IntegratorBase< Scalar > &integrator, const Scalar t) | Rythmos::IntegratorBase< Scalar > | related |
get_fwd_x_and_x_dot(IntegratorBase< Scalar > &integrator, const Scalar t, const Ptr< RCP< const Thyra::VectorBase< Scalar > > > &x, const Ptr< RCP< const Thyra::VectorBase< Scalar > > > &x_dot) | Rythmos::IntegratorBase< Scalar > | related |
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 |
getFwdPoints(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)=0 | Rythmos::IntegratorBase< Scalar > | pure virtual |
getFwdTimeRange() const =0 | Rythmos::IntegratorBase< Scalar > | pure virtual |
getNodes(Array< Scalar > *time_vec) const =0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
getNonconstStepper() const =0 | Rythmos::IntegratorBase< Scalar > | pure virtual |
getNonconstTrailingInterpolationBuffer()=0 | Rythmos::TrailingInterpolationBufferAcceptingIntegratorBase< 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 |
getStepper() const =0 | Rythmos::IntegratorBase< Scalar > | pure virtual |
getTimeRange() const =0 | Rythmos::InterpolationBufferBase< Scalar > | pure virtual |
getTrailingInterpolationBuffer() const =0 | Rythmos::TrailingInterpolationBufferAcceptingIntegratorBase< Scalar > | pure virtual |
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::IntegratorBase< Scalar > | |
selectPointsInTimeRange(const Array< TimeType > &points_in, const TimeRange< TimeType > &range, const Ptr< Array< TimeType > > &points_out) | Rythmos::InterpolationBufferBase< Scalar > | related |
setStepper(const RCP< StepperBase< Scalar > > &stepper, const Scalar &finalTime, const bool landOnFinalTime=true)=0 | Rythmos::IntegratorBase< Scalar > | pure virtual |
setTrailingInterpolationBuffer(const RCP< InterpolationBufferBase< Scalar > > &trailingInterpBuffer)=0 | Rythmos::TrailingInterpolationBufferAcceptingIntegratorBase< Scalar > | pure virtual |
unSetStepper()=0 | Rythmos::IntegratorBase< Scalar > | pure virtual |
unSetTrailingInterpolationBuffer()=0 | Rythmos::TrailingInterpolationBufferAcceptingIntegratorBase< Scalar > | pure virtual |