This header defines global functions for rosenbrock integrator in C. More...
#include "mbs_data.h"
#include "integrator.h"
#include "mbs_dirdyn.h"
#include "useful_functions.h"
#include "mbs_dirdyn_struct.h"
#include "mbs_project_interface.h"
#include "MBSfun.h"
Go to the source code of this file.
Classes | |
struct | MbsDirdynRosenbrock |
Rosenbrock integration structure for dirdyn. More... | |
Functions | |
void | initialize_rosenbrock (MbsData *mbs_data, MbsDirdyn *mbs_dd) |
Initialize all needed fields in MbsDirdyn for Rosenbrock integrator. More... | |
int | loop_rosenbrock (double t0, double tf, MbsData *mbs_data, MbsDirdyn *mbs_dd) |
Integrate the motion from t0 to tf. More... | |
void | finish_rosenbrock (MbsData *mbs_data, MbsDirdyn *mbs_dd) |
Finalize and clear memory allocated for Rosenbrock integrator. More... | |
void | error_rosenbrock (MbsData *mbs_data, MbsDirdyn *dd, int err) |
If an error occurs during time integration, this function prints the error message and call finish_rosenbrock. More... | |
This header defines global functions for rosenbrock integrator in C.
Creation date: December 2017
Modification date: April 2018 \modified by Sebastien Timmermans
(c) Universite catholique de Louvain
If an error occurs during time integration, this function prints the error message and call finish_rosenbrock.
mbs_data | The computed MBS structure |
mbs_dd | The associated MbsDirdyn structure |
err | The error number |
Finalize and clear memory allocated for Rosenbrock integrator.
mbs_data | The computed MBS structure |
mbs_dd | The associated MbsDirdyn structure |