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

Method onActivate

SRC/element/zeroLength/ZeroLength.cpp:2022–2029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2020
2021
2022void
2023ZeroLength::onActivate()
2024{
2025
2026 Domain* theDomain = this->getDomain();
2027 this->setDomain(theDomain);
2028 this->update();
2029}
2030
2031
2032void

Callers

nothing calls this directly

Calls 3

setDomainMethod · 0.95
updateMethod · 0.95
getDomainMethod · 0.45

Tested by

no test coverage detected