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

Method update

SRC/element/shell/ASDShellQ4.cpp:1084–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084int ASDShellQ4::update()
1085{
1086 // calculate
1087 auto& LHS = ASDShellQ4Globals::instance().LHS;
1088 auto& RHS = ASDShellQ4Globals::instance().RHS;
1089 return calculateAll(LHS, RHS, (OPT_UPDATE));
1090}
1091
1092const Matrix& ASDShellQ4::getTangentStiff()
1093{

Callers 1

calculateAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected