![]() |
Reference documentation for deal.II version 8.1.0
|
#include <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 () |
Public Attributes | |
union { | |
types::boundary_id boundary_id | |
types::material_id material_id | |
}; | |
We use this union to store boundary and material data. Because only one one out of these two is actually needed here, we use an union.
Definition at line 146 of file tria_objects.h.
|
inline |
Default constructor.
Definition at line 725 of file tria_objects.h.
|
static |
Return the size of objects of this kind.
Definition at line 734 of file tria_objects.h.
void internal::Triangulation::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 744 of file tria_objects.h.