AnimaL |
Tutorial |
Documentation |
#include <integrator.h>
Definition at line 277 of file integrator.h.
Public Member Functions | |
| Derivs (Vels &vel, Accs &acc) | |
| velocity and acceleration are stored externally | |
| void | resize (int s) |
| resize | |
Public Attributes | |
| Accs & | accelerations |
| the accelerations | |
| Vels & | velocities |
| the velocities | |
|
||||||||||||||||
|
velocity and acceleration are stored externally
Definition at line 282 of file integrator.h. |
|
||||||||||
|
|||||
|
the accelerations
Definition at line 278 of file integrator.h. Referenced by animal::ExplicitIntegrator2< Position, Velocity, ComputeAcceleration, Real, Acceleration >::Derivator::operator()(), animal::v_peq(), and animal::v_teq(). |
|
|||||
|
the velocities
Definition at line 279 of file integrator.h. Referenced by animal::ExplicitIntegrator2< Position, Velocity, ComputeAcceleration, Real, Acceleration >::Derivator::operator()(), animal::v_peq(), and animal::v_teq(). |
1.3.6