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

Method onDeactivate

SRC/element/Element.cpp:807–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807void Element::onDeactivate()
808{ static bool report_once = true;
809 if (report_once)
810 {
811 opserr << "onDeactivate not implemented for this element. classTag = " << this->getClassTag() << endln;
812 report_once = false;
813 }
814}
815
816
817bool Element::isActive()

Callers 1

deactivateMethod · 0.95

Calls 1

getClassTagMethod · 0.45

Tested by

no test coverage detected