Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | List of all members
internal::TriangulationImplementation::TriaFaces< 1 > Class Template 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)
 

Detailed Description

template<>
class internal::TriangulationImplementation::TriaFaces< 1 >

Faces only have a meaning in dim>=1. In dim=1 they are vertices, which are handled differently, so only for dim>=2 the use of TriaFaces is reasonable, for dim=1 the class is empty.

Definition at line 69 of file tria_faces.h.

Member Function Documentation

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

Determine an estimate for the memory consumption (in bytes) of this object. Of course this returns 0.

Definition at line 29 of file tria_faces.cc.

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

Definition at line 157 of file tria_faces.h.


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