Changeset 17773
- Timestamp:
- 04/18/14 13:21:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Elements/Tetra.cpp ¶
r17750 r17773 128 128 129 129 IssmDouble values[NUMVERTICES]; 130 int indices[4][3] = {{0,1,2},{0, 1,3},{1,2,3},{2,0,3}};130 int indices[4][3] = {{0,1,2},{0,3,1},{1,3,2},{0,2,3}}; 131 131 132 132 /*Retrieve all inputs and parameters*/ … … 145 145 } 146 146 /*}}}*/ 147 /*FUNCTION Tetra::FaceOnFr anceIndices{{{*/147 /*FUNCTION Tetra::FaceOnFrontIndices{{{*/ 148 148 void Tetra::FaceOnFrontIndices(int* pindex1,int* pindex2,int* pindex3){ 149 149 150 150 IssmDouble values[NUMVERTICES]; 151 int indices[4][3] = {{0,1,2},{0, 1,3},{1,2,3},{2,0,3}};151 int indices[4][3] = {{0,1,2},{0,3,1},{1,3,2},{0,2,3}}; 152 152 153 153 /*Retrieve all inputs and parameters*/
Note:
See TracChangeset
for help on using the changeset viewer.