Reference documentation for deal.II version GIT relicensing-426-g7976cfd195 2024-04-18 21:10: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\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
internal::DoFHandlerImplementation::DoFFaces< 2 > Class Reference

#include <deal.II/dofs/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::DoFHandlerImplementation::DoFObjects< 1 > lines
 

Detailed Description

Store the indices of degrees of freedom on faces in 2d, which are lines.

Definition at line 108 of file dof_faces.h.

Member Function Documentation

◆ memory_consumption()

std::size_t internal::DoFHandlerImplementation::DoFFaces< 2 >::memory_consumption ( ) const

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

Definition at line 35 of file dof_faces.cc.

◆ serialize()

template<class Archive >
void internal::DoFHandlerImplementation::DoFFaces< 2 >::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 using the BOOST serialization library.

Definition at line 178 of file dof_faces.h.

Member Data Documentation

◆ lines

The object containing the data of DoFs on lines.

Definition at line 114 of file dof_faces.h.


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