Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ activate
Method
activate
SRC/element/Element.cpp:782–787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
780
}
781
782
void Element::activate()
783
{
784
// opserr <<
"Activating element # "
<< this->getTag() << endln;
785
is_this_element_active = true;
786
this->onActivate();
787
}
788
789
void Element::deactivate()
790
{
Callers
2
OPS_sensSectionForce
Function · 0.45
sensSectionForce
Function · 0.45
Calls
1
onActivate
Method · 0.95
Tested by
no test coverage detected