Reference documentation for deal.II version 9.1.1
|
#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) |
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.
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.
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.