The Context is a container for all of the data necessary to uniquely determine the computations perfo...
Definition: context.h:38
virtual T EvalNonConservativePower(const Context< T > &context) const
Return the rate at which mechanical energy is being generated (positive) or dissipated (negative) oth...
Definition: continuous_system_interface.h:86
A superclass template for systems that receive input, maintain state, and produce numerical output us...
Definition: system_interface.h:46
virtual T EvalConservativePower(const Context< T > &context) const
Return the rate at which mechanical energy is being converted from potential energy to kinetic energy...
Definition: continuous_system_interface.h:75
virtual void MapVelocityToConfigurationDerivatives(const Context< T > &context, const StateVector< T > &generalized_velocity, StateVector< T > *configuration_derivatives) const =0
Transforms the velocity (v) in the given Context state to the derivative of the configuration (qdot)...