Go to the documentation of this file.
62 static constexpr label vertPerCell = 4;
63 static constexpr label facePerCell = 4;
64 static constexpr label maxVertPerFace = 3;
113 return maxVertPerFace;
122 const bool checkOnly,
141 const primitiveMesh&
mesh,
List< label > labelList
A List of labels.
virtual label faceHashValue() const
virtual label nFacePerCell() const
virtual bool isA(const primitiveMesh &mesh, const label celli)
A cellMatcher for tet cells (cellModel::TET)
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)
An analytical geometric cellShape.
virtual bool matchShape(const bool checkOnly, const faceList &faces, const labelList &faceOwner, const label celli, const labelList &myFaces)
virtual bool faceSizeMatch(const faceList &, const labelList &) const
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)
virtual bool isA(const faceList &faces)
virtual label nMaxVertPerFace() const
virtual label nVertPerCell() const
Cell-face mesh analysis engine.