|
DPsim
|
Public Member Functions | |
| SubnetSolveTask (DiakopticsSolver< VarType > &solver, UInt net) | |
| void | execute (Real time, Int timeStepCount) |
| void | recomputeSubnetMatrix (Real time) |
| Bool | hasVariableComponentChanged () |
| Check whether status of variable MNA elements has changed. | |
Public Member Functions inherited from CPS::Task | |
| virtual String | toString () const |
| const std::vector< AttributeBase::Ptr > & | getAttributeDependencies () |
| const std::vector< AttributeBase::Ptr > & | getModifiedAttributes () |
| const std::vector< AttributeBase::Ptr > & | getPrevStepDependencies () |
Additional Inherited Members | |
Public Types inherited from CPS::Task | |
| typedef std::shared_ptr< Task > | Ptr |
| typedef std::vector< Ptr > | List |
Protected Member Functions inherited from CPS::Task | |
| Task (const std::string &name) | |
Protected Attributes inherited from CPS::Task | |
| std::string | mName |
| std::vector< AttributeBase::Ptr > | mAttributeDependencies |
| std::vector< AttributeBase::Ptr > | mModifiedAttributes |
| std::vector< AttributeBase::Ptr > | mPrevStepDependencies |
Definition at line 129 of file DiakopticsSolver.h.
|
inline |
Definition at line 131 of file DiakopticsSolver.h.
|
virtual |
Implements CPS::Task.
Definition at line 599 of file DiakopticsSolver.cpp.
| Bool DPsim::DiakopticsSolver< VarType >::SubnetSolveTask::hasVariableComponentChanged | ( | ) |
Check whether status of variable MNA elements has changed.
Definition at line 585 of file DiakopticsSolver.cpp.
| void DPsim::DiakopticsSolver< VarType >::SubnetSolveTask::recomputeSubnetMatrix | ( | Real | time | ) |
Definition at line 551 of file DiakopticsSolver.cpp.