Drake
Drake C++ Documentation
IntegratorBase< T > Member List

This is the complete list of members for IntegratorBase< T >, including all inherited members.

add_derivative_evaluations(double evals)IntegratorBase< T >
CalcAdjustedStepSize(const T &err, const T &attempted_step_size, bool *at_minimum_step_size) constIntegratorBase< T >protected
CalcStateChangeNorm(const ContinuousState< T > &dx_state) constIntegratorBase< T >protected
DoDenseStep(const T &h)IntegratorBase< T >protected
DoInitialize()IntegratorBase< T >protectedvirtual
DoReset()IntegratorBase< T >protectedvirtual
DoResetStatistics()IntegratorBase< T >protectedvirtual
DoStep(const T &h)=0IntegratorBase< T >protectedpure virtual
EvalTimeDerivatives(const Context< T > &context)IntegratorBase< T >protected
EvalTimeDerivatives(const System< U > &system, const Context< U > &context)IntegratorBase< T >protected
get_accuracy_in_use() constIntegratorBase< T >
get_actual_initial_step_size_taken() constIntegratorBase< T >
get_context() constIntegratorBase< T >
get_dense_output() constIntegratorBase< T >
get_error_estimate() constIntegratorBase< T >
get_error_estimate_order() const =0IntegratorBase< T >pure virtual
get_fixed_step_mode() constIntegratorBase< T >
get_generalized_state_weight_vector() constIntegratorBase< T >
get_ideal_next_step_size() constIntegratorBase< T >
get_initial_step_size_target() constIntegratorBase< T >
get_largest_step_size_taken() constIntegratorBase< T >
get_maximum_step_size() constIntegratorBase< T >
get_misc_state_weight_vector() constIntegratorBase< T >
get_mutable_context()IntegratorBase< T >
get_mutable_dense_output()IntegratorBase< T >protected
get_mutable_error_estimate()IntegratorBase< T >protected
get_mutable_generalized_state_weight_vector()IntegratorBase< T >
get_mutable_misc_state_weight_vector()IntegratorBase< T >
get_num_derivative_evaluations() constIntegratorBase< T >
get_num_step_shrinkages_from_error_control() constIntegratorBase< T >
get_num_step_shrinkages_from_substep_failures() constIntegratorBase< T >
get_num_steps_taken() constIntegratorBase< T >
get_num_substep_failures() constIntegratorBase< T >
get_previous_integration_step_size() constIntegratorBase< T >
get_requested_minimum_step_size() constIntegratorBase< T >
get_smallest_adapted_step_size_taken() constIntegratorBase< T >
get_stretch_factor() constIntegratorBase< T >
get_system() constIntegratorBase< T >
get_target_accuracy() constIntegratorBase< T >
get_throw_on_minimum_step_size_violation() constIntegratorBase< T >
get_working_minimum_step_size() constIntegratorBase< T >
Initialize()IntegratorBase< T >
IntegrateNoFurtherThanTime(const T &publish_time, const T &update_time, const T &boundary_time)IntegratorBase< T >
IntegrateWithMultipleStepsToTime(const T &t_final)IntegratorBase< T >
IntegrateWithSingleFixedStepToTime(const T &t_target)IntegratorBase< T >
IntegratorBase(const IntegratorBase &)=deleteIntegratorBase< T >
IntegratorBase(IntegratorBase &&)=deleteIntegratorBase< T >
IntegratorBase(const System< T > &system, Context< T > *context=nullptr)IntegratorBase< T >explicit
is_initialized() constIntegratorBase< T >
kReachedBoundaryTime enum valueIntegratorBase< T >
kReachedPublishTime enum valueIntegratorBase< T >
kReachedStepLimit enum valueIntegratorBase< T >
kReachedUpdateTime enum valueIntegratorBase< T >
kReachedZeroCrossing enum valueIntegratorBase< T >
kTimeHasAdvanced enum valueIntegratorBase< T >
operator=(const IntegratorBase &)=deleteIntegratorBase< T >
operator=(IntegratorBase &&)=deleteIntegratorBase< T >
request_initial_step_size_target(const T &step_size)IntegratorBase< T >
Reset()IntegratorBase< T >
reset_context(Context< T > *context)IntegratorBase< T >
ResetStatistics()IntegratorBase< T >
set_accuracy_in_use(double accuracy)IntegratorBase< T >protected
set_actual_initial_step_size_taken(const T &h)IntegratorBase< T >protected
set_fixed_step_mode(bool flag)IntegratorBase< T >
set_ideal_next_step_size(const T &h)IntegratorBase< T >protected
set_largest_step_size_taken(const T &h)IntegratorBase< T >protected
set_maximum_step_size(const T &max_step_size)IntegratorBase< T >
set_requested_minimum_step_size(const T &min_step_size)IntegratorBase< T >
set_smallest_adapted_step_size_taken(const T &h)IntegratorBase< T >protected
set_target_accuracy(double accuracy)IntegratorBase< T >
set_throw_on_minimum_step_size_violation(bool throws)IntegratorBase< T >
StartDenseIntegration()IntegratorBase< T >
StepOnceErrorControlledAtMost(const T &h_max)IntegratorBase< T >protected
StepResult enum nameIntegratorBase< T >
StopDenseIntegration()IntegratorBase< T >
supports_error_estimation() const =0IntegratorBase< T >pure virtual
~IntegratorBase()=defaultIntegratorBase< T >virtual