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

Method onActivate

SRC/element/Element.cpp:797–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795
796
797void Element::onActivate()
798{
799 static bool report_once = true;
800 if (report_once)
801 {
802 opserr << "onActivate not implemented for this element. classTag = " << this->getClassTag() << endln;
803 report_once = false;
804 }
805}
806
807void Element::onDeactivate()
808{ static bool report_once = true;

Callers 1

activateMethod · 0.95

Calls 1

getClassTagMethod · 0.45

Tested by

no test coverage detected