![]() |
deal.II version 9.7.0
|
#include <deal.II/grid/connectivity.h>
Implementation for triangles.
Definition at line 182 of file 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 |
|
inlineoverride |
Definition at line 185 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 211 of file connectivity.h.
|
inlineoverridevirtual |
Number of sub-entities of dimension d.
Reimplemented from internal::TriangulationImplementation::CellTypeBase.
Definition at line 227 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 90 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 102 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 116 of file connectivity.h.