Changeset 5057 for issm/trunk/src/c/objects/FemModel.h
- Timestamp:
- 08/07/10 21:19:41 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/FemModel.h
r4356 r5057 40 40 41 41 //multiple sets of matrices/vectors for each analysis_type. m stands for multiple 42 Mat* m_Rmg; //rigid body motions matrices43 Mat* m_Gmn;44 42 NodeSets** m_nodesets; //boundary conditions dof sets 45 43 Vec* m_yg; //boundary conditions in global g-set … … 47 45 48 46 //pointers to point to sets of matrices/vectors, for a certain analysis type. activated in SetCurrentAnalysis 49 Mat Rmg;50 Mat Gmn;51 47 NodeSets* nodesets; 52 48 Vec yg;
Note:
See TracChangeset
for help on using the changeset viewer.