15#ifndef dealii_tria_levels_h
16#define dealii_tria_levels_h
27#include <boost/serialization/utility.hpp>
36 namespace TriangulationImplementation
255 template <
class Archive>
257 serialize(Archive &ar,
const unsigned int version);
261 template <
class Archive>
std::vector< unsigned int > cell_vertex_indices_cache
std::vector< std::pair< int, int > > neighbors
std::vector< types::global_cell_index > global_active_cell_indices
std::vector< types::global_cell_index > global_level_cell_indices
std::size_t memory_consumption() const
std::vector< ReferenceCell > reference_cell
std::vector< int > parents
std::vector< std::uint8_t > refine_choice
std::vector< types::subdomain_id > level_subdomain_ids
std::vector< bool > coarsen_flags
TriaLevel(const unsigned int dim)
std::vector< std::uint8_t > refine_flags
std::vector< types::subdomain_id > subdomain_ids
std::vector< unsigned int > active_cell_indices
std::vector< bool > direction_flags
void serialize(Archive &ar, const unsigned int version)
TriaObjectsOrientations face_orientations
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE