Reference documentation for deal.II version 9.2.0
\(\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 | Public Attributes | List of all members
internal::hp::DoFIndicesOnFaces< 3 > Class Reference

#include <deal.II/hp/dof_faces.h>

Public Member Functions

std::size_t memory_consumption () const
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Public Attributes

internal::hp::DoFIndicesOnFacesOrEdges< 1 > lines
 
internal::hp::DoFIndicesOnFacesOrEdges< 2 > quads
 

Detailed Description

Store the indices of degrees of freedom on faces in 3D, which are quads, additionally also on lines.

Author
Tobias Leicht, 2006

Definition at line 309 of file dof_faces.h.

Member Function Documentation

◆ memory_consumption()

std::size_t internal::hp::DoFIndicesOnFaces< 3 >::memory_consumption ( ) const
inline

Determine an estimate for the memory consumption (in bytes) of this object.

Definition at line 382 of file dof_faces.h.

◆ serialize()

template<class Archive >
void internal::hp::DoFIndicesOnFaces< 3 >::serialize ( Archive &  ar,
const unsigned int  version 
)

Read or write the data of this object to or from a stream for the purpose of serialization

Definition at line 374 of file dof_faces.h.

Member Data Documentation

◆ lines

Indices of DoFs on the lines that form the edges of cells.

Definition at line 315 of file dof_faces.h.

◆ quads

Indices of DoFs on the quads that bound cells.

Definition at line 320 of file dof_faces.h.


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