30 #ifndef UnbalAndTangent_h 31 #define UnbalAndTangent_h 33 #include "solution/analysis/UnbalAndTangentStorage.h" 57 inline const size_t &getNumDOF(
void)
const Unbalanced force vector and tangent stiffness matrix.
Definition: UnbalAndTangentStorage.h:42
Float vector abstraction.
Definition: Vector.h:93
UnbalAndTangent & operator=(const UnbalAndTangent &)
Assignment operator.
Definition: UnbalAndTangent.cc:107
const Matrix & getTangent(void) const
Return the tangent stiffness matrix.
Definition: UnbalAndTangent.cc:121
const Vector & getResidual(void) const
Returns the residual vector.
Definition: UnbalAndTangent.cc:135
UnbalAndTangent(const size_t &, UnbalAndTangentStorage &)
Constructor.
Definition: UnbalAndTangent.cc:93
Unbalanced force vector and tangent stiffness matrix.
Definition: UnbalAndTangent.h:40
virtual ~UnbalAndTangent(void)
destructor.
Definition: UnbalAndTangent.cc:117
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Matrix of floats.
Definition: Matrix.h:108