OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment.
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
SystemSC3.h File Reference
#include "ComRef.h"
#include "System.h"
#include "OMSimulator/Types.h"
#include <cvode/cvode.h>
#include <nvector/nvector_serial.h>
#include <sunlinsol/sunlinsol_dense.h>
Include dependency graph for SystemSC3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oms::SystemSC3
 
struct  oms::SystemSC3::SolverDataEuler_t
 
struct  oms::SystemSC3::SolverDataCVODE_t
 
union  oms::SystemSC3::SolverData_t
 

Namespaces

namespace  oms
 

Functions

int oms::cvode_rhs3 (realtype t, N_Vector y, N_Vector ydot, void *user_data)
 
int oms::cvode_rhs_algebraic3 (realtype t, N_Vector y, N_Vector ydot, void *user_data)
 
int oms::cvode_roots3 (realtype t, N_Vector y, realtype *gout, void *user_data)