|
xc
|
Unbalanced force vectors and tangent stiffness matrices. More...
#include <UnbalAndTangentStorage.h>
Public Member Functions | |
| UnbalAndTangentStorage (const size_t &) | |
| void | alloc (const size_t &) |
| Initializes the i-th tangent matrix and unbalance vector. | |
| size_t | size (void) const |
| const Matrix & | getTangent (const size_t &) const |
| Matrix & | getTangent (const size_t &) |
| const Vector & | getUnbalance (const size_t &) const |
| Vector & | getUnbalance (const size_t &) |
Unbalanced force vectors and tangent stiffness matrices.
This data structure is used to share those vectors and matrices among all the instatiations of a class. See DOF_Group.cpp, TransformationDOF_Group.cpp, FE_Element.cpp and TransformationFE.cpp
1.8.13