Exemplo n.º 1
0
const Matrix &
BeamEndContact3D::getInitialStiff(void)
// this function computes the initial tangent stiffness matrix for the element
{
	return getTangentStiff();
}
Exemplo n.º 2
0
const Matrix &
Quad4FiberOverlay::getInitialStiff(void)
{
return getTangentStiff();
}
Exemplo n.º 3
0
const Matrix &
PileToe3D::getInitialStiff(void)
{
  return getTangentStiff();
}
Exemplo n.º 4
0
const Matrix &
BeamColumnJoint3d::getInitialStiff(void)
{
	return getTangentStiff();
}
Exemplo n.º 5
0
const Matrix &
SSPquad::getInitialStiff(void)
// this function computes the initial tangent stiffness matrix for the element
{
	return getTangentStiff();
}