Changeset 5254 for issm/trunk/src/c/objects/DofIndexing.h
- Timestamp:
- 08/13/10 15:50:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/DofIndexing.h
r5096 r5254 21 21 /*list of degrees of freedom: */ 22 22 int* doflist; //dof list on which we solve 23 int* doftype; //approximation type of the dofs (used only for coupling) 23 24 24 25 /*DofIndexing constructors, destructors {{{1*/ 25 26 DofIndexing(); 26 27 DofIndexing(int numberofdofs); 27 void Init(int numberofdofs );28 void Init(int numberofdofs,int* doftype); 28 29 DofIndexing(DofIndexing* properties); 29 30 ~DofIndexing();
Note:
See TracChangeset
for help on using the changeset viewer.