70 #ifndef __vtkBiQuadraticQuadraticHexahedron_h
71 #define __vtkBiQuadraticQuadraticHexahedron_h
73 #include "vtkCommonDataModelModule.h"
107 int& subId,
double pcoords[3],
108 double& dist2,
double *weights);
112 void Derivatives(
int subId,
double pcoords[3],
double *values,
113 int dim,
double *derivs);
131 double x[3],
double pcoords[3],
int& subId);
136 static void InterpolationFunctions(
double pcoords[3],
double weights[24]);
139 static void InterpolationDerivs(
double pcoords[3],
double derivs[72]);
155 static int *GetEdgeArray(
int edgeId);
156 static int *GetFaceArray(
int faceId);
162 void JacobianInverse(
double pcoords[3],
double **inverse,
double derivs[72]);