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

Method GetSolidStiffness

SRC/element/UWelements/SSPquadUP.cpp:1212–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210}
1211
1212void
1213SSPquadUP::GetSolidStiffness(void)
1214// this function computes the stiffness matrix for the solid phase
1215{
1216 // get material tangent
1217 const Matrix &Cmat = theMaterial->getTangent();
1218
1219 mSolidK = Kstab;
1220 mSolidK.addMatrixTripleProduct(1.0, Mmem, Cmat, 4.0*J0*mThickness);
1221
1222 return;
1223}
1224
1225void
1226SSPquadUP::GetSolidMass(void)

Callers

nothing calls this directly

Calls 2

getTangentMethod · 0.45

Tested by

no test coverage detected