| 86 | |
| 87 | |
| 88 | EmbeddedBeamInterfaceP::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 | |
| 96 | EmbeddedBeamInterfaceP::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, |
nothing calls this directly
no test coverage detected