Reference documentation for deal.II version 9.1.1
|
#include <deal.II/grid/tria_objects.h>
Public Member Functions | |
BoundaryOrMaterialId () | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Static Public Member Functions | |
static std::size_t | memory_consumption () |
We use this union to store boundary and material data. Because only one out of these two is actually needed here, we use an union.
Definition at line 126 of file tria_objects.h.
|
inline |
Default constructor.
Definition at line 580 of file tria_objects.h.
|
static |
Return the size of objects of this kind.
Definition at line 589 of file tria_objects.h.
void internal::TriangulationImplementation::TriaObjects< G >::BoundaryOrMaterialId::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 599 of file tria_objects.h.