31 #ifndef UnbalAndTangent_h 32 #define UnbalAndTangent_h 34 #include "solution/analysis/model/UnbalAndTangentStorage.h" 52 inline const size_t &getNumDOF(
void)
const Unbalanced force vectors and tangent stiffness matrices.
Definition: UnbalAndTangentStorage.h:47
Float vector abstraction.
Definition: Vector.h:94
const Matrix & getTangent(void) const
Return the tangent stiffness matrix.
Definition: UnbalAndTangent.cc:49
const Vector & getResidual(void) const
Returns the residual vector.
Definition: UnbalAndTangent.cc:61
UnbalAndTangent(const size_t &, UnbalAndTangentStorage &)
Constructor.
Definition: UnbalAndTangent.cc:38
Unbalanced force vector and tangent stiffness matrix.
Definition: UnbalAndTangent.h:41
virtual ~UnbalAndTangent(void)
destructor.
Definition: UnbalAndTangent.cc:43
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111