DPsim
Public Types | Public Member Functions | List of all members
CPS::DAEInterface Class Referenceabstract
Inheritance diagram for CPS::DAEInterface:
[legend]

Public Types

typedef std::shared_ptr< DAEInterfacePtr
 
typedef std::vector< Ptr > List
 
using ResFn = std::function< void(double, const double *, const double *, double *, std::vector< int > &)>
 

Public Member Functions

virtual void daeResidual (double ttime, const double state[], const double dstate_dt[], double resid[], std::vector< int > &off)=0
 Residual Function for DAE Solver.
 
virtual Complex daeInitialize ()=0
 Voltage Getter for Components.
 

Detailed Description

Definition at line 15 of file DAEInterface.h.


The documentation for this class was generated from the following file: