Changeset 5843 for issm/trunk/src/c/objects/Elements/Penta.h
- Timestamp:
- 09/16/10 11:55:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.h
r5841 r5843 19 19 class Matpar; 20 20 class Tria; 21 class ElementMatrix; 22 class ElementVector; 21 23 22 24 #include "../../include/include.h" … … 150 152 void GetDofList(int** pdoflist,int approximation_enum,int setenum); 151 153 void GetDofList1(int* doflist); 154 int* GetLocalDofList(int approximation_enum,int setenum); 155 int* GetGlobalDofList(int approximation_enum,int setenum); 156 int GetNumberOfDofs(int approximation_enum,int setenum); 152 157 int GetElementType(void); 153 158 void GetParameterListOnVertices(double* pvalue,int enumtype); … … 184 189 bool IsOnShelf(void); 185 190 bool IsOnWater(void); 191 ElementMatrix* NewElementMatrix(int approximation); 192 ElementVector* NewElementVector(int approximation); 186 193 void ReduceMatrixStokes(double* Ke_reduced, double* Ke_temp); 187 194 void ReduceVectorStokes(double* Pe_reduced, double* Ke_temp, double* Pe_temp);
Note:
See TracChangeset
for help on using the changeset viewer.