DPsim
|
MNA interface to be used by switching devices. More...
#include <MNASwitchInterface.h>
Public Types | |
typedef std::shared_ptr< MNASwitchInterface > | Ptr |
typedef std::vector< Ptr > | List |
Public Member Functions | |
virtual Bool | mnaIsClosed ()=0 |
Check if switch is closed. | |
virtual void | mnaApplySwitchSystemMatrixStamp (Bool closed, SparseMatrixRow &systemMatrix, Int freqIdx) final |
Stamps system matrix considering the defined switch position. | |
virtual void | mnaCompApplySwitchSystemMatrixStamp (Bool closed, SparseMatrixRow &systemMatrix, Int freqIdx) |
MNA interface to be used by switching devices.
Definition at line 16 of file MNASwitchInterface.h.