Go to the documentation of this file.
70 #ifndef __vtkBiQuadraticQuadraticHexahedron_h
71 #define __vtkBiQuadraticQuadraticHexahedron_h
106 int& subId,
double pcoords[3],
107 double& dist2,
double *weights);
111 void Derivatives(
int subId,
double pcoords[3],
double *values,
112 int dim,
double *derivs);
130 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]);
154 static int *GetEdgeArray(
int edgeId);
155 static int *GetFaceArray(
int faceId);
161 void JacobianInverse(
double pcoords[3],
double **inverse,
double derivs[72]);