Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
707
ASDShellQ4::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
714
ASDShellQ4::ASDShellQ4(
715
int tag,
Callers
nothing calls this directly
Calls
5
exit
Function · 0.85
getCopy
Method · 0.45
Size
Method · 0.45
Norm
Method · 0.45
Normalize
Method · 0.45
Tested by
no test coverage detected