Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2022
void
2023
ZeroLength::onActivate()
2024
{
2025
2026
Domain* theDomain = this->getDomain();
2027
this->setDomain(theDomain);
2028
this->update();
2029
}
2030
2031
2032
void
Callers
nothing calls this directly
Calls
3
setDomain
Method · 0.95
update
Method · 0.95
getDomain
Method · 0.45
Tested by
no test coverage detected