43 #ifndef __vtkBiQuadraticQuadraticWedge_h
44 #define __vtkBiQuadraticQuadraticWedge_h
46 #include "vtkNonLinearCell.h"
48 class vtkQuadraticEdge;
49 class vtkBiQuadraticQuad;
50 class vtkQuadraticTriangle;
59 void PrintSelf (ostream & os,
vtkIndent indent);
68 vtkCell *GetEdge (
int edgeId);
69 vtkCell *GetFace (
int faceId);
72 int CellBoundary (
int subId,
double pcoords[3],
vtkIdList * pts);
74 vtkIncrementalPointLocator * locator, vtkCellArray * verts,
75 vtkCellArray * lines, vtkCellArray * polys,
76 vtkPointData * inPd, vtkPointData * outPd,
vtkCellData * inCd,
78 int EvaluatePosition (
double x[3],
double *closestPoint,
79 int &subId,
double pcoords[3],
double &dist2,
double *weights);
80 void EvaluateLocation (
int &subId,
double pcoords[3],
double x[3],
83 void Derivatives (
int subId,
double pcoords[3],
double *values,
int dim,
85 virtual double *GetParametricCoords ();
92 vtkIncrementalPointLocator * locator, vtkCellArray * tetras,
93 vtkPointData * inPd, vtkPointData * outPd,
101 int IntersectWithLine (
double p1[3],
double p2[3],
double tol,
double &t,
102 double x[3],
double pcoords[3],
int &subId);
107 int GetParametricCenter (
double pcoords[3]);
112 static void InterpolationFunctions (
double pcoords[3],
double weights[15]);
115 static void InterpolationDerivs (
double pcoords[3],
double derivs[45]);
130 static int *GetEdgeArray(
int edgeId);
131 static int *GetFaceArray(
int faceId);
137 void JacobianInverse (
double pcoords[3],
double **inverse,
double derivs[45]);
157 pcoords[0] = pcoords[1] = 1./3;
virtual void InterpolateFunctions(double pcoords[3], double weights[15])
represent and manipulate cell attribute data
static void InterpolationDerivs(double pcoords[3], double derivs[45])
cell represents a parabolic, 18-node isoparametric wedge
dynamic, self-adjusting array of double
vtkQuadraticTriangle * TriangleFace
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
vtkBiQuadraticQuad * Face
static void InterpolationFunctions(double pcoords[3], double weights[15])
virtual void InterpolateDerivs(double pcoords[3], double derivs[45])
int GetParametricCenter(double pcoords[3])
represent and manipulate 3D points