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

Method updateElement

SRC/analysis/fe_ele/FE_Element.cpp:1104–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102
1103
1104int
1105FE_Element::updateElement(void)
1106{
1107 if (myEle != 0 && myEle->isActive()) {
1108 return myEle->update();
1109 opserr << "FE_Element::update()"; myEle->Print(opserr, 0);
1110 }
1111
1112
1113 return 0;
1114}
1115
1116
1117void FE_Element::activate()

Callers 1

enforceSPsMethod · 0.45

Calls 3

isActiveMethod · 0.45
updateMethod · 0.45
PrintMethod · 0.45

Tested by

no test coverage detected