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

Method update

SRC/element/shell/ASDShellT3.cpp:879–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879int ASDShellT3::update()
880{
881 // calculate
882 auto& LHS = ASDShellT3Globals::instance().LHS;
883 auto& RHS = ASDShellT3Globals::instance().RHS;
884 return calculateAll(LHS, RHS, (OPT_UPDATE));
885}
886
887const Matrix& ASDShellT3::getTangentStiff()
888{

Callers 7

calculateAllMethod · 0.45
formResidAndTangentMethod · 0.45
formResidAndTangentMethod · 0.45
formResidAndTangentMethod · 0.45
formResidAndTangentMethod · 0.45
formResidAndTangentMethod · 0.45
formResidAndTangentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected