Runge-Kutta 4 structure for dirdyn. More...
#include <mbs_rk4.h>
Public Attributes | |
| double * | yt |
| allocated state vector More... | |
| double * | dyt |
| allocated derivative vector More... | |
| double * | dym |
| allocated saved derivative vector More... | |
| int(* | derivs )(double, double[], double[], MbsData *, MbsDirdyn *) |
| The function computing the derivative of the system. More... | |
| void(* | loop_fct )(MbsData *, MbsDirdyn *) |
| The function to be called at the end of each time step, or waypoints. More... | |
| int(* | save_realtime_update )(MbsDirdyn *dd, MbsData *mbs_data) |
Runge-Kutta 4 structure for dirdyn.
The function computing the derivative of the system.
| double* dym |
allocated saved derivative vector
| double* dyt |
allocated derivative vector
The function to be called at the end of each time step, or waypoints.
| double* yt |
allocated state vector
1.8.17