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

pp

parent 934bf0c1
No related branches found
No related tags found
No related merge requests found
...@@ -66,9 +66,6 @@ const nodalBasis* MPyramid::getFunctionSpace(int o) const ...@@ -66,9 +66,6 @@ const nodalBasis* MPyramid::getFunctionSpace(int o) const
return 0; return 0;
} }
MPyramidN::~MPyramidN() {} MPyramidN::~MPyramidN() {}
double MPyramidN::distoShapeMeasure() double MPyramidN::distoShapeMeasure()
...@@ -205,11 +202,9 @@ static void _myGetFaceRep(MPyramid *pyr, int num, double *x, double *y, double * ...@@ -205,11 +202,9 @@ static void _myGetFaceRep(MPyramid *pyr, int num, double *x, double *y, double *
n[1] = n[0]; n[1] = n[0];
n[2] = n[0]; n[2] = n[0];
} else { }
else {
SPoint3 pnt1, pnt2, pnt3; SPoint3 pnt1, pnt2, pnt3;
double J1[3][3], J2[3][3], J3[3][3];
/* /*
0 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment