Reference documentation for deal.II version 9.6.0
|
#include <deal.II/grid/connectivity.h>
Public Member Functions | |
::ArrayView< const unsigned int > | vertices_of_entity (const unsigned int d, const unsigned int e) const override |
virtual ReferenceCell | type_of_entity (const unsigned int d, const unsigned int e) const override |
unsigned int | n_entities (const unsigned int d) const override |
virtual unsigned int | n_lines_of_surface (const unsigned int face) const |
virtual unsigned int | nth_line_of_surface (const unsigned int line, const unsigned int face) const |
virtual const std::array< unsigned int, 2 > & | vertices_of_nth_line_of_surface (const unsigned int line, const unsigned int face) const |
Implementation for triangles.
Definition at line 180 of file connectivity.h.
|
inlineoverride |
Definition at line 183 of file connectivity.h.
|
inlineoverridevirtual |
Geometric entity type of the e-th
sub-entity of dimension d
.
Reimplemented from internal::TriangulationImplementation::CellTypeBase.
Definition at line 209 of file connectivity.h.
|
inlineoverridevirtual |
Number of sub-entities of dimension d
.
Reimplemented from internal::TriangulationImplementation::CellTypeBase.
Definition at line 225 of file connectivity.h.
|
inlinevirtualinherited |
Number of lines of face-th
surface.
Reimplemented in internal::TriangulationImplementation::CellTypeHexahedron, internal::TriangulationImplementation::CellTypePyramid, internal::TriangulationImplementation::CellTypeTetrahedron, and internal::TriangulationImplementation::CellTypeWedge.
Definition at line 88 of file connectivity.h.
|
inlinevirtualinherited |
Index of the line-th
lines of face-th
surface.
Reimplemented in internal::TriangulationImplementation::CellTypeHexahedron, internal::TriangulationImplementation::CellTypePyramid, internal::TriangulationImplementation::CellTypeTetrahedron, and internal::TriangulationImplementation::CellTypeWedge.
Definition at line 100 of file connectivity.h.
|
inlinevirtualinherited |
Vertex indices of the line-th
lines of face-th
surface.
Reimplemented in internal::TriangulationImplementation::CellTypeHexahedron, internal::TriangulationImplementation::CellTypePyramid, internal::TriangulationImplementation::CellTypeTetrahedron, and internal::TriangulationImplementation::CellTypeWedge.
Definition at line 114 of file connectivity.h.