47 #ifndef meshDualiser_H
48 #define meshDualiser_H
97 label findDualCell(
const label cellI,
const label pointI)
const;
101 void generateDualBoundaryEdges
116 label addInternalFace
118 const label masterPointI,
119 const label masterEdgeI,
120 const label masterFaceI,
122 const bool edgeOrder,
123 const label dualCell0,
124 const label dualCell1,
130 label addBoundaryFace
132 const label masterPointI,
133 const label masterEdgeI,
134 const label masterFaceI,
136 const label dualCellI,
143 void createFacesAroundEdge
145 const bool splitFace,
148 const label startFaceI,
154 void createFaceFromInternalFace
162 void createFacesAroundBoundaryPoint
165 const label patchPointI,
166 const label startFaceI,
198 return pointToDualCells_;
204 return pointToDualPoint_;
211 return cellToDualPoint_;
218 return faceToDualPoint_;
225 return edgeToDualPoint_;
244 const bool splitFace,
247 const labelList& singleCellFeaturePoints,