Reference documentation for deal.II version 9.0.0
|
#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 122 of file tria_objects.h.
|
inline |
Default constructor.
Definition at line 553 of file tria_objects.h.
|
static |
Return the size of objects of this kind.
Definition at line 562 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 572 of file tria_objects.h.