dune-pdelab 2.10-git
Loading...
Searching...
No Matches
region.hh
Go to the documentation of this file.
1#ifndef DUNE_PDELAB_COMMON_PARTITION_HALO_REGION_HH
2#define DUNE_PDELAB_COMMON_PARTITION_HALO_REGION_HH
3
5
6#include <type_traits>
7#include <limits>
8
10
13
16
19
22
25
28
29} //namespace Dune::PDELab::EntitySetPartition
30
31#endif // DUNE_PDELAB_COMMON_PARTITION_HALO_REGION_HH
Definition colored.hh:16
HaloRegion
Possible halo regions of an entity in a partition.
Definition region.hh:12
static constexpr std::size_t all_overlap_halo_region
Constant for a halo distance with all halo regions being in the overlap.
Definition region.hh:24
static constexpr std::integral_constant< HaloRegion, HaloRegion::Overlap > overlap_halo_region
Constant for overlap halo region.
Definition region.hh:18
static constexpr std::integral_constant< HaloRegion, HaloRegion::Interior > interior_halo_region
Constant for interior halo region.
Definition region.hh:15
static constexpr std::size_t all_interior_halo_region
Constant for a halo distance with all halo regions being in the interior.
Definition region.hh:21
Exception for partition errors.
Definition region.hh:27
T max(T... args)