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::TriangulationImplementation::TriaFaces< 2 > Class Reference

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

Public Member Functions

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

Public Attributes

TriaObjects< TriaObject< 1 > > lines
 

Detailed Description

In dim=2 the cells are quads, the faces accordingly are lines.

Definition at line 92 of file tria_faces.h.

Member Function Documentation

◆ memory_consumption()

std::size_t internal::TriangulationImplementation::TriaFaces< 2 >::memory_consumption ( ) const

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

Definition at line 36 of file tria_faces.cc.

◆ serialize()

template<class Archive >
void internal::TriangulationImplementation::TriaFaces< 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

Definition at line 164 of file tria_faces.h.

Member Data Documentation

◆ lines

The TriaObject containing the data of lines.

Definition at line 98 of file tria_faces.h.


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