xc
|
Unbalanced force vector and tangent stiffness matrix. More...
#include <UnbalAndTangent.h>
Public Member Functions | |
UnbalAndTangent (const size_t &, UnbalAndTangentStorage &) | |
Constructor. | |
virtual | ~UnbalAndTangent (void) |
destructor. | |
const size_t & | getNumDOF (void) const |
const Matrix & | getTangent (void) const |
Return the tangent stiffness matrix. | |
Matrix & | getTangent (void) |
Return the tangent stiffness matrix. | |
const Vector & | getResidual (void) const |
Returns the residual vector. | |
Vector & | getResidual (void) |
Return the residual vector. | |
Unbalanced force vector and tangent stiffness matrix.