50     typedef std::deque<Matrix *> dq_ptr_Matrices;
    51     typedef dq_ptr_Matrices::const_reference const_reference;
    52     typedef dq_ptr_Matrices::reference reference;
    53     typedef dq_ptr_Matrices::iterator iterator;
    54     typedef dq_ptr_Matrices::const_iterator const_iterator;
    63     void Print(std::ostream &s,
const int &flag) 
const;
 ~DqMatrices(void)
Destructor: 
Definition: DqMatrices.cc:57
Dynamically allocated matrices deque container. 
Definition: DqMatrices.h:44
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35