xc
Public Member Functions | List of all members

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 MatrixgetTangent (const size_t &) const
 
MatrixgetTangent (const size_t &)
 
const VectorgetUnbalance (const size_t &) const
 
VectorgetUnbalance (const size_t &)
 

Detailed Description

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


The documentation for this class was generated from the following files: