Skip to content
Snippets Groups Projects
Commit a62e5538 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 5e664a50
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,7 @@ class MHexahedron20 : public MHexahedron { ...@@ -232,7 +232,7 @@ class MHexahedron20 : public MHexahedron {
9, 10, 12, 14, 15, 16, 18, 19, 17}; 9, 10, 12, 14, 15, 16, 18, 19, 17};
return getVertex(map[num]); return getVertex(map[num]);
} }
virtual MVertex *getVertexINP(int num){ return getVertexBDF(); } virtual MVertex *getVertexINP(int num){ return getVertexBDF(num); }
virtual MVertex *getVertexDIFF(int num) virtual MVertex *getVertexDIFF(int num)
{ {
static const int map[20] = {2, 3, 7, 6, 0, 1, 5, 4, 9, 18, 12, static const int map[20] = {2, 3, 7, 6, 0, 1, 5, 4, 9, 18, 12,
......
...@@ -233,7 +233,7 @@ class MPrism15 : public MPrism { ...@@ -233,7 +233,7 @@ class MPrism15 : public MPrism {
static const int map[15] = {0, 1, 2, 3, 4, 5, 6, 9, 7, 8, 10, 11, 12, 14, 13}; static const int map[15] = {0, 1, 2, 3, 4, 5, 6, 9, 7, 8, 10, 11, 12, 14, 13};
return getVertex(map[num]); return getVertex(map[num]);
} }
virtual MVertex *getVertexINP(int num){ return getVertexBDF(); } virtual MVertex *getVertexINP(int num){ return getVertexBDF(num); }
virtual int getNumEdgeVertices() const { return 9; } virtual int getNumEdgeVertices() const { return 9; }
virtual int getNumEdgesRep(){ return 18; } virtual int getNumEdgesRep(){ return 18; }
virtual void getEdgeRep(int num, double *x, double *y, double *z, SVector3 *n) virtual void getEdgeRep(int num, double *x, double *y, double *z, SVector3 *n)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment