Go to the documentation of this file.
62 static constexpr label vertPerCell = 5;
63 static constexpr label facePerCell = 5;
64 static constexpr label maxVertPerFace = 4;
113 return maxVertPerFace;
122 const bool checkOnly,
141 const primitiveMesh&
mesh,
List< label > labelList
A List of labels.
virtual label faceHashValue() const
virtual bool matchShape(const bool checkOnly, const faceList &faces, const labelList &faceOwner, const label celli, const labelList &myFaces)
Base class for cellshape matchers (hexMatch, prismMatch, etc.). These are classes which given a mesh ...
virtual bool matches(const primitiveMesh &mesh, const label celli, cellShape &shape)
A cellMatcher for pyr cells (cellModel::PYR)
virtual label nFacePerCell() const
virtual label nMaxVertPerFace() const
virtual bool faceSizeMatch(const faceList &, const labelList &) const
virtual label nVertPerCell() const
virtual bool isA(const faceList &faces)
virtual bool isA(const primitiveMesh &mesh, const label celli)
An analytical geometric cellShape.
List< face > faceList
A List of faces.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
static bool test(const UList< face > &faces)
Cell-face mesh analysis engine.