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< 3 > 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

TriaObjectsQuad3D quads
 
TriaObjects< TriaObject< 1 > > lines
 

Detailed Description

In dim=3 the cells are hexes, the faces accordingly are quads. In addition to that we also have to enable the storage of lines.

Definition at line 122 of file tria_faces.h.

Member Function Documentation

◆ memory_consumption()

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

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

Definition at line 43 of file tria_faces.cc.

◆ serialize()

template<class Archive >
void internal::TriangulationImplementation::TriaFaces< 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 173 of file tria_faces.h.

Member Data Documentation

◆ quads

The TriaObject containing the data of quads.

Definition at line 129 of file tria_faces.h.

◆ lines

The TriaObject containing the data of lines.

Definition at line 134 of file tria_faces.h.


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