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

Method ASDShellQ4

SRC/element/shell/ASDShellQ4.cpp:707–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707ASDShellQ4::ASDShellQ4()
708 : Element(0, ELE_TAG_ASDShellQ4)
709 , m_transformation(nullptr)
710{
711 for (int i = 0; i < 4; i++) m_damping[i] = nullptr;
712}
713
714ASDShellQ4::ASDShellQ4(
715 int tag,

Callers

nothing calls this directly

Calls 5

exitFunction · 0.85
getCopyMethod · 0.45
SizeMethod · 0.45
NormMethod · 0.45
NormalizeMethod · 0.45

Tested by

no test coverage detected