Reference documentation for deal.II version 9.0.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 | |
TriaObjectsQuad3D | quads |
TriaObjects< TriaObject< 1 > > | lines |
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 120 of file tria_faces.h.
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.
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 172 of file tria_faces.h.
The TriaObject containing the data of quads.
Definition at line 127 of file tria_faces.h.
TriaObjects<TriaObject<1> > internal::TriangulationImplementation::TriaFaces< 3 >::lines |
The TriaObject containing the data of lines.
Definition at line 132 of file tria_faces.h.