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

Method GetSolidStiffness

SRC/element/UWelements/SSPbrickUP.cpp:2267–2279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2265}
2266
2267void
2268SSPbrickUP::GetSolidStiffness(void)
2269// this function computes the stiffness matrix for the solid phase
2270{
2271 // get material tangent
2272 const Matrix &Cmat = theMaterial->getTangent();
2273
2274 // full element stiffness matrix
2275 mSolidK = Kstab;
2276 mSolidK.addMatrixTripleProduct(1.0, Bnot, Cmat, mVol);
2277
2278 return;
2279}
2280
2281void
2282SSPbrickUP::GetSolidMass(void)

Callers

nothing calls this directly

Calls 2

getTangentMethod · 0.45

Tested by

no test coverage detected