Reference documentation for deal.II version GIT 67d6815257 2023-03-20 17:20:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Member Functions | List of all members
internal::TriangulationImplementation::CellTypeTetrahedron Struct Reference

#include <deal.II/grid/connectivity.h>

Inheritance diagram for internal::TriangulationImplementation::CellTypeTetrahedron:
[legend]

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 line) 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
 

Detailed Description

Implementation for tetrahedrons.

Definition at line 295 of file connectivity.h.

Member Function Documentation

◆ vertices_of_entity()

::ArrayView<const unsigned int> internal::TriangulationImplementation::CellTypeTetrahedron::vertices_of_entity ( const unsigned int  d,
const unsigned int  e 
) const
inlineoverride

Definition at line 298 of file connectivity.h.

◆ type_of_entity()

virtual ReferenceCell internal::TriangulationImplementation::CellTypeTetrahedron::type_of_entity ( const unsigned int  d,
const unsigned int  e 
) const
inlineoverridevirtual

Geometric entity type of the e-th sub-entity of dimension d.

Reimplemented from internal::TriangulationImplementation::CellTypeBase.

Definition at line 332 of file connectivity.h.

◆ n_entities()

unsigned int internal::TriangulationImplementation::CellTypeTetrahedron::n_entities ( const unsigned int  d) const
inlineoverridevirtual

Number of sub-entities of dimension d.

Reimplemented from internal::TriangulationImplementation::CellTypeBase.

Definition at line 351 of file connectivity.h.

◆ n_lines_of_surface()

unsigned int internal::TriangulationImplementation::CellTypeTetrahedron::n_lines_of_surface ( const unsigned int  face) const
inlineoverridevirtual

Number of lines of face-th surface.

Reimplemented from internal::TriangulationImplementation::CellTypeBase.

Definition at line 358 of file connectivity.h.

◆ nth_line_of_surface()

unsigned int internal::TriangulationImplementation::CellTypeTetrahedron::nth_line_of_surface ( const unsigned int  line,
const unsigned int  face 
) const
inlineoverridevirtual

Index of the line-th lines of face-th surface.

Reimplemented from internal::TriangulationImplementation::CellTypeBase.

Definition at line 365 of file connectivity.h.

◆ vertices_of_nth_line_of_surface()

const std::array<unsigned int, 2>& internal::TriangulationImplementation::CellTypeTetrahedron::vertices_of_nth_line_of_surface ( const unsigned int  line,
const unsigned int  face 
) const
inlineoverridevirtual

Vertex indices of the line-th lines of face-th surface.

Reimplemented from internal::TriangulationImplementation::CellTypeBase.

Definition at line 375 of file connectivity.h.


The documentation for this struct was generated from the following file: