MCPcopy 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
1101int
1102FE_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

updateMethod · 0.45
PrintMethod · 0.45

Tested by

no test coverage detected