Go to the documentation of this file.
73 #ifndef __vtkTriQuadraticHexahedron_h
74 #define __vtkTriQuadraticHexahedron_h
108 int &subId,
double pcoords[3],
double &dist2,
double *weights);
109 void EvaluateLocation (
int &subId,
double pcoords[3],
double x[3],
double *weights);
111 void Derivatives (
int subId,
double pcoords[3],
double *values,
int dim,
double *derivs);
128 double x[3],
double pcoords[3],
int &subId);
134 static void InterpolationFunctions (
double pcoords[3],
double weights[27]);
137 static void InterpolationDerivs (
double pcoords[3],
double derivs[81]);
152 static int *GetEdgeArray(
int edgeId);
153 static int *GetFaceArray(
int faceId);
159 void JacobianInverse (
double pcoords[3],
double **inverse,
double derivs[81]);