40 #ifndef polyDualMesh_H 41 #define polyDualMesh_H 79 static void getPointEdges
91 const label patchToDualOffset,
99 static void collectPatchInternalFace
102 const label patchToDualOffset,
106 const label startEdgeI,
112 static void splitFace
127 static void dualPatch
130 const label patchToDualOffset,
176 const scalar featureCos
187 const scalar featureCos,
210 return boundaryFacePoint_;
ClassName("polyDualMesh")
Runtime type information.
polyDualMesh(const IOobject &)
Construct from IOobject.
label nInternalFaces() const
virtual const labelList & faceNeighbour() const
Return face neighbour.
const cellList & cells() const
void operator=(const polyDualMesh &)=delete
Disallow default bitwise assignment.
A list of faces which address into the list of points.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
virtual const labelList & faceOwner() const
Return face owner.
const labelIOList & boundaryFacePoint() const
From polyMesh patch face to dual point.
const labelIOList & cellPoint() const
From polyMesh cell to dual point.
static void calcFeatures(const polyMesh &, const scalar featureCos, labelList &featureEdges, labelList &featurePoints)
Helper function to create feature edges and points based on.
~polyDualMesh()
Destructor.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Creates dual of polyMesh.