OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
#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) |