Go to the documentation of this file.
72 static const label modelFaces_[4][3];
75 static const label modelEdges_[6][2];
95 inline explicit tetCell(std::initializer_list<label> list);
108 template<
unsigned AnyNum>
122 static constexpr label
nPoints() noexcept
128 static constexpr label
nEdges() noexcept
134 static constexpr label
nFaces() noexcept
150 inline label
edgeFace(
const label edgei)
const;
172 cellShape
shape()
const;
vectorField pointField
pointField is a vectorField.
static constexpr label nEdges() noexcept
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
pointField points(const UList< point > &meshPoints) const
static const Foam::faceList & modelFaces()
A template class to specify if a data type is composed solely of Foam::label elements.
tetrahedron< point, const point & > tetPointRef
A tetrahedron using referred points.
tetPointRef tet(const UList< point > &meshPoints) const
static constexpr label nFaces() noexcept
const dimensionedScalar b
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
label edgeAdjacentFace(const label edgei, const label facei) const
Foam::edge tetEdge(label edgei) const
Foam::triFace face(const label facei) const
An analytical geometric cellShape.
static const Foam::edgeList & modelEdges()
cellShape tetCellShape() const
label edgeFace(const label edgei) const
A triangular face using a FixedList of labels corresponding to mesh vertices.
Foam::edge edge(const label edgei) const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A 1D vector of objects of type <T> with a fixed length <N>.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
A tetrahedral cell primitive.
const dimensionedScalar c
Foam::edge reverseEdge(const label edgei) const
static constexpr label nPoints() noexcept
A template class to specify that a data type can be considered as being contiguous in memory.