|
| Diode (const std::string &name) |
|
void | setSetValued (bool flag) |
|
void | updateGeneralizedForces () |
|
bool | isSetValued () const |
|
virtual bool | isSingleValued () const |
|
void | checkImpactsForTermination () |
|
void | solveImpactsGaussSeidel () |
|
std::string | getType () const |
|
| ElectronicLink (const std::string &name) |
|
virtual Element * | getParent () |
|
virtual const Element * | getParent () const |
|
virtual void | setParent (Element *parent_) |
|
void | calcgSize (int j) |
|
void | calcgdSize (int j) |
|
void | calclaSize (int j) |
|
void | updateg () |
|
void | updategd () |
|
void | updateW (int j=0) |
|
void | updateh (int j=0) |
|
void | plot () |
|
virtual std::string | getName () const |
|
virtual void | setName (std::string name) |
|
bool | isActive () const |
|
bool | gActiveChanged () |
|
void | init (InitStage stage) |
|
void | updatehRef (const fmatvec::Vec &hParent, int j=0) |
|
void | updaterRef (const fmatvec::Vec &rParent, int j=0) |
|
virtual void | updater () |
|
virtual void | updateWRef (const fmatvec::Mat &ref, int j) |
|
virtual void | updateVRef (const fmatvec::Mat &ref, int j) |
|
virtual void | updatedhdqRef (const fmatvec::Mat &ref, int i=0) |
|
virtual void | updatedhduRef (const fmatvec::SqrMat &ref, int i=0) |
|
virtual void | updatedhdtRef (const fmatvec::Vec &ref, int i=0) |
|
void | resetUpToDate () |
|
Atom & | operator= (const Atom &) |
|
void | setMessageStreamActive (MsgType type, bool active) |
|
void | getMessageStream (MsgType type, std::shared_ptr< bool > &a, std::shared_ptr< std::ostream > &s) |
|
void | adoptMessageStreams (const Atom *src=NULL) |
|
std::ostream & | msg (MsgType type) |
|
bool | msgAct (MsgType type) |
|
void | addTerminal (Terminal *terminal) |
|
void | addTerminal (const std::string &str) |
|
Terminal * | getTerminal (const std::string &name, bool check=true) |
|
void | buildListOfTerminals (std::vector< Terminal * > &terminal) |
|
void | connect (Branch *branch_, double vz=0) |
|
Branch * | getBranch () |
|
void | processModellList (std::vector< ModellingInterface * > &modellList, std::vector< MBSim::Object * > &objectList, std::vector< MBSim::Link * > &linkList) |
|
double | getvz () const |
|
virtual void | updateCharge () |
|
virtual void | updateCurrent () |
|
double | evalCurrent () |
|
double | evalCharge () |
|
virtual void | init (Element::InitStage stage)=0 |
|
virtual void | processModellList (std::vector< ModellingInterface * > &modellList, std::vector< MBSim::Object * > &objectList, std::vector< MBSim::Link * > &linkList)=0 |
|