dune-pdelab 2.10-git
Loading...
Searching...
No Matches
region.hh File Reference
#include <dune/common/exceptions.hh>
#include <type_traits>
#include <limits>

Go to the source code of this file.

Classes

struct  Dune::PDELab::EntitySetPartition::PartitionError
 Exception for partition errors. More...
 

Namespaces

namespace  Dune
 For backward compatibility – Do not use this!
 
namespace  Dune::PDELab
 
namespace  Dune::PDELab::EntitySetPartition
 

Enumerations

enum class  Dune::PDELab::EntitySetPartition::HaloRegion { Dune::PDELab::EntitySetPartition::Interior , Dune::PDELab::EntitySetPartition::Overlap }
 Possible halo regions of an entity in a partition. More...
 

Variables

static constexpr std::integral_constant< HaloRegion, HaloRegion::InteriorDune::PDELab::EntitySetPartition::interior_halo_region = {}
 Constant for interior halo region.
 
static constexpr std::integral_constant< HaloRegion, HaloRegion::OverlapDune::PDELab::EntitySetPartition::overlap_halo_region = {}
 Constant for overlap halo region.
 
static constexpr std::size_t Dune::PDELab::EntitySetPartition::all_interior_halo_region = std::numeric_limits<std::size_t>::max()
 Constant for a halo distance with all halo regions being in the interior.
 
static constexpr std::size_t Dune::PDELab::EntitySetPartition::all_overlap_halo_region = std::numeric_limits<std::size_t>::max() - 1
 Constant for a halo distance with all halo regions being in the overlap.