67 |
friend class IncidenceMatrix; |
friend class IncidenceMatrix; |
68 |
friend class SolverStatus; |
friend class SolverStatus; |
69 |
friend class Integrator; |
friend class Integrator; |
70 |
|
friend class System; |
71 |
private: |
private: |
72 |
Instanc simroot; |
Instanc simroot; |
73 |
slv_system_t sys; |
slv_system_t sys; |
77 |
|
|
78 |
protected: |
protected: |
79 |
slv_system_t getSystem(); |
slv_system_t getSystem(); |
80 |
|
Instanc getRoot(); |
81 |
public: |
public: |
82 |
explicit Simulation(Instance *i, const SymChar &name); |
explicit Simulation(Instance *i, const SymChar &name); |
83 |
Simulation(const Simulation &); |
Simulation(const Simulation &); |