Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07:30: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::DoFHandlerImplementation::DoFFaces< 1 > 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)
 

Detailed Description

Store the indices of degrees of freedom on faces in 1d. As these would be vertices, which are treated separately, don't do anything.

Definition at line 82 of file dof_faces.h.

Member Function Documentation

◆ memory_consumption()

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

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

Definition at line 28 of file dof_faces.cc.

◆ serialize()

template<class Archive >
void internal::DoFHandlerImplementation::DoFFaces< 1 >::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 172 of file dof_faces.h.


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