Changeset 5808 for issm/trunk/src/c/objects/Elements/Penta.h
- Timestamp:
- 09/14/10 16:08:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.h
r5772 r5808 80 80 int GetNodeIndex(Node* node); 81 81 void GetSolutionFromInputs(Vec solution); 82 double GetZcoord(GaussPenta* gauss); 82 83 void GetVectorFromInputs(Vec vector,int NameEnum); 83 84 void Gradj(Vec gradient,int control_type); … … 146 147 void GetDofList(int** pdoflist,int approximation_enum,int setenum); 147 148 void GetDofList1(int* doflist); 148 int 149 void 150 void 151 void 149 int GetElementType(void); 150 void GetParameterListOnVertices(double* pvalue,int enumtype); 151 void GetParameterListOnVertices(double* pvalue,int enumtype,double defaultvalue); 152 void GetParameterValue(double* pvalue,Node* node,int enumtype); 152 153 void GetPhi(double* phi, double* epsilon, double viscosity); 153 154 void GetSolutionFromInputsDiagnosticHoriz(Vec solutiong);
Note:
See TracChangeset
for help on using the changeset viewer.