Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ updateElement
Method
updateElement
DEVELOPER/core/FE_Element.cpp:1101–1111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1099
1100
1101
int
1102
FE_Element::updateElement(void)
1103
{
1104
if (myEle != 0) {
1105
return myEle->update();
1106
opserr <<
"FE_Element::update()"
; myEle->Print(opserr, 0);
1107
}
1108
1109
1110
return 0;
1111
}
Callers
nothing calls this directly
Calls
2
update
Method · 0.45
Print
Method · 0.45
Tested by
no test coverage detected