|
OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment.
|
#include "ComRef.h"#include "System.h"#include "OMSimulator/Types.h"#include <cvode/cvode.h>#include <nvector/nvector_serial.h>#include <sunlinsol/sunlinsol_dense.h>Go to the source code of this file.
Classes | |
| class | oms::SystemSC |
| struct | oms::SystemSC::SolverDataEuler_t |
| struct | oms::SystemSC::SolverDataCVODE_t |
| union | oms::SystemSC::SolverData_t |
Namespaces | |
| oms | |
Functions | |
| int | oms::cvode_rhs (realtype t, N_Vector y, N_Vector ydot, void *user_data) |
| int | oms::cvode_rhs_algebraic (realtype t, N_Vector y, N_Vector ydot, void *user_data) |
| int | oms::cvode_roots (realtype t, N_Vector y, realtype *gout, void *user_data) |