Changeset 5873 for issm/trunk/src/c/objects/Numerics/ElementMatrix.h
- Timestamp:
- 09/17/10 16:50:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Numerics/ElementMatrix.h
r5831 r5873 51 51 ElementMatrix(); 52 52 ElementMatrix(ElementMatrix* Ke1,ElementMatrix* Ke2); 53 ElementMatrix(ElementMatrix* Ke1,ElementMatrix* Ke2,ElementMatrix* Ke3); 53 54 ElementMatrix(bool square,int* gglobaldoflist,int gsize); 54 55 ElementMatrix(bool square,int* gglobaldoflist,int gsize,int* flocaldoflist,int* fglobaldoflist,int fsize,int* slocaldoflist,int* sglobaldoflist,int ssize);
Note:
See TracChangeset
for help on using the changeset viewer.