MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / setDomain

Method setDomain

SRC/domain/node/NodalLoad.cpp:90–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void
91NodalLoad::setDomain(Domain *newDomain)
92{
93 // first get myNodePtr
94 if (newDomain == 0)
95 return;
96
97 // invoke the ancestor class method
98 this->DomainComponent::setDomain(newDomain);
99
100 /*
101 if (newDomain != 0) {
102 myNodePtr = newDomain->getNode(myNode);
103 if (myNodePtr == 0) {
104 opserr << *newDomain;
105 opserr << "WARNING NodalLoad::setDomain() - No associated Node node " ;
106 opserr << " for NodalLoad " << *this;
107 // opserr << *newDomain;
108
109 return;
110 }
111 }
112 */
113}
114
115int
116NodalLoad::getNodeTag(void) const

Callers 15

addNodeMethod · 0.45
addExternalNodeMethod · 0.45
addElementMethod · 0.45
addNodeMethod · 0.45
addSP_ConstraintMethod · 0.45
addMP_ConstraintMethod · 0.45
addEQ_ConstraintMethod · 0.45
addLoadPatternMethod · 0.45
addParameterMethod · 0.45
addNodalLoadMethod · 0.45
addRecorderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected