Go to the documentation of this file.
35 #ifndef __vtkQuadraticTetra_h
36 #define __vtkQuadraticTetra_h
70 int& subId,
double pcoords[3],
71 double& dist2,
double *weights);
75 void Derivatives(
int subId,
double pcoords[3],
double *values,
76 int dim,
double *derivs);
93 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]);
125 static int *GetEdgeArray(
int edgeId);
126 static int *GetFaceArray(
int faceId);
132 void JacobianInverse(
double pcoords[3],
double **inverse,
double derivs[30]);