70 #ifndef __vtkBiQuadraticQuadraticHexahedron_h
71 #define __vtkBiQuadraticQuadraticHexahedron_h
73 #include "vtkCommonDataModelModule.h"
74 #include "vtkNonLinearCell.h"
76 class vtkQuadraticEdge;
77 class vtkQuadraticQuad;
87 void PrintSelf(ostream& os,
vtkIndent indent);
100 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
102 vtkIncrementalPointLocator *locator,
vtkCellArray *verts,
104 vtkPointData *inPd, vtkPointData *outPd,
106 int EvaluatePosition(
double x[3],
double* closestPoint,
107 int& subId,
double pcoords[3],
108 double& dist2,
double *weights);
109 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
112 void Derivatives(
int subId,
double pcoords[3],
double *values,
113 int dim,
double *derivs);
114 virtual double *GetParametricCoords();
121 vtkIncrementalPointLocator *locator,
vtkCellArray *tetras,
122 vtkPointData *inPd, vtkPointData *outPd,
130 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
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]);
static void InterpolationDerivs(double pcoords[3], double derivs[72])
virtual void InterpolateFunctions(double pcoords[3], double weights[24])
virtual void InterpolateDerivs(double pcoords[3], double derivs[72])
represent and manipulate cell attribute data
cell represents a parabolic, 9-node isoparametric quad
cell represents a biquadratic, 24-node isoparametric hexahedron
dynamic, self-adjusting array of double
abstract class to specify cell behavior
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
vtkBiQuadraticQuad * BiQuadFace
vtkDoubleArray * CellScalars
object to represent cell connectivity
static void InterpolationFunctions(double pcoords[3], double weights[24])
represent and manipulate 3D points