Reference documentation for deal.II version GIT relicensing-224-gc660c0d696 2024-03-28 18:40:02+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\}}\)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
internal::TriangulationImplementation::CellTypeLine Struct Reference

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

Inheritance diagram for internal::TriangulationImplementation::CellTypeLine:
Inheritance graph
[legend]

Public Member Functions

::ArrayView< const unsigned intvertices_of_entity (const unsigned int d, const unsigned int e) const override
 
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
 

Detailed Description

Implementation for lines.

Definition at line 132 of file connectivity.h.

Member Function Documentation

◆ vertices_of_entity()

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

Definition at line 135 of file connectivity.h.

◆ type_of_entity()

ReferenceCell internal::TriangulationImplementation::CellTypeLine::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 155 of file connectivity.h.

◆ n_entities()

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

Number of sub-entities of dimension d.

Reimplemented from internal::TriangulationImplementation::CellTypeBase.

Definition at line 168 of file connectivity.h.

◆ n_lines_of_surface()

virtual unsigned int internal::TriangulationImplementation::CellTypeBase::n_lines_of_surface ( const unsigned int  face) const
inlinevirtualinherited

◆ nth_line_of_surface()

virtual unsigned int internal::TriangulationImplementation::CellTypeBase::nth_line_of_surface ( const unsigned int  line,
const unsigned int  face 
) const
inlinevirtualinherited

◆ vertices_of_nth_line_of_surface()

virtual const std::array< unsigned int, 2 > & internal::TriangulationImplementation::CellTypeBase::vertices_of_nth_line_of_surface ( const unsigned int  line,
const unsigned int  face 
) const
inlinevirtualinherited

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