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

Method setDomain

DEVELOPER/core/ElementalLoad.cpp:63–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void
64ElementalLoad::setDomain(Domain *theDomain)
65{
66 this->DomainComponent::setDomain(theDomain);
67
68 if (theDomain == 0) {
69 theElement = 0;
70 return;
71 }
72
73 theElement = theDomain->getElement(eleTag);
74 if (theElement == 0) {
75 opserr << "WARNING - ElementalLoad::setDomain - no ele with tag ";
76 opserr << eleTag << " exists in the domain\n";
77 }
78}
79
80void
81ElementalLoad::applyLoad(double loadFactor)

Callers

nothing calls this directly

Calls 1

getElementMethod · 0.45

Tested by

no test coverage detected