![]() |
Reference documentation for deal.II version 9.2.0
|
#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 |
In dim=2 the cells are quads, the faces accordingly are lines.
Definition at line 92 of file tria_faces.h.
| 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.
| 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.
| TriaObjects<TriaObject<1> > internal::TriangulationImplementation::TriaFaces< 2 >::lines |
The TriaObject containing the data of lines.
Definition at line 98 of file tria_faces.h.