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 |
unsigned int | n_lines_of_surface (const unsigned int surface) const override |
unsigned int | nth_line_of_surface (const unsigned int line, const unsigned int face) const override |
const std::array< unsigned int, 2 > & | vertices_of_nth_line_of_surface (const unsigned int line, const unsigned int face) const override |
Implementation for wedges.
Definition at line 514 of file connectivity.h.
|
inlineoverride |
Definition at line 517 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 568 of file connectivity.h.
|
inlineoverridevirtual |
Number of sub-entities of dimension d
.
Reimplemented from internal::TriangulationImplementation::CellTypeBase.
Definition at line 589 of file connectivity.h.
|
inlineoverridevirtual |
Number of lines of face-th
surface.
Reimplemented from internal::TriangulationImplementation::CellTypeBase.
Definition at line 596 of file connectivity.h.
|
inlineoverridevirtual |
Index of the line-th
lines of face-th
surface.
Reimplemented from internal::TriangulationImplementation::CellTypeBase.
Definition at line 605 of file connectivity.h.
|
inlineoverridevirtual |
Vertex indices of the line-th
lines of face-th
surface.
Reimplemented from internal::TriangulationImplementation::CellTypeBase.
Definition at line 621 of file connectivity.h.