|
dune-pdelab 2.10-git
|
Loading...
Searching...
No Matches
region.hh
Go to the documentation of this file.
15inline static constexpr std::integral_constant<HaloRegion, HaloRegion::Interior> interior_halo_region = {};
18inline static constexpr std::integral_constant<HaloRegion, HaloRegion::Overlap> overlap_halo_region = {};
21inline static constexpr std::size_t all_interior_halo_region = std::numeric_limits<std::size_t>::max();
24inline static constexpr std::size_t all_overlap_halo_region = std::numeric_limits<std::size_t>::max() - 1;
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)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8