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

Method EmbeddedBeamInterfaceP

SRC/element/UWelements/EmbeddedBeamInterfaceP.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88EmbeddedBeamInterfaceP::EmbeddedBeamInterfaceP(int tag) :
89 Element(tag, ELE_TAG_EmbeddedBeamInterfaceP),
90 theSolidTags(0), solidNodeTags(0), theBeamTags(0), beamNodeTags(0), theNodes(0),
91 crdTransf(0)
92{
93
94}
95
96EmbeddedBeamInterfaceP::EmbeddedBeamInterfaceP(int tag, std::vector <int> beamTag, std::vector <int> solidTag, int crdTransfTag,
97 std::vector <double> beamRho, std::vector <double> beamTheta, std::vector <double> solidXi, std::vector <double> solidEta,

Callers

nothing calls this directly

Calls 15

OPS_getCrdTransfFunction · 0.85
OPS_GetDomainFunction · 0.50
VectorClass · 0.50
IDClass · 0.50
MatrixClass · 0.50
sizeMethod · 0.45
getElementMethod · 0.45
getNumberDOFMethod · 0.45
getNodePtrsMethod · 0.45
insertMethod · 0.45
getTagMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected