35 #ifndef __vtkQuadraticTetra_h
36 #define __vtkQuadraticTetra_h
38 #include "vtkCommonDataModelModule.h"
71 int& subId,
double pcoords[3],
72 double& dist2,
double *weights);
76 void Derivatives(
int subId,
double pcoords[3],
double *values,
77 int dim,
double *derivs);
94 double x[3],
double pcoords[3],
int& subId);
107 static void InterpolationFunctions(
double pcoords[3],
double weights[10]);
110 static void InterpolationDerivs(
double pcoords[3],
double derivs[30]);
126 static int *GetEdgeArray(
int edgeId);
127 static int *GetFaceArray(
int faceId);
133 void JacobianInverse(
double pcoords[3],
double **inverse,
double derivs[30]);