Dune Core Modules (2.4.1)
Dune::PartitionSet< partitions > Struct Template Reference
A set of PartitionType values. More...
#include <dune/grid/common/partitionset.hh>
Public Member Functions | |
template<unsigned int p> | |
struct PartitionSet< partitions|p > | operator+ (const PartitionSet< p > &set) const |
Returns a new PartitionSet that also contains the partitions in set. | |
template<unsigned int p> | |
struct PartitionSet< partitions &~p > | operator- (const PartitionSet< p > &set) const |
Returns a new PartitionSet that does not contain the partitions in set. | |
template<unsigned int p2> | |
DUNE_CONSTEXPR bool | operator== (PartitionSet< p2 >) const |
Tests whether two PartitionsSet are equal. | |
template<unsigned int p2> | |
DUNE_CONSTEXPR bool | operator!= (PartitionSet< p2 >) const |
Tests whether two PartitionsSet are not equal. | |
Static Public Member Functions | |
static constexpr PartitionIteratorType | partitionIterator () |
Returns the PartitionIteratorType that can be used to iterate over the partitions in the set. More... | |
static DUNE_CONSTEXPR bool | contains (PartitionType pt) |
Tests whether the given PartitionType is contained in this set. | |
template<unsigned int contained_partitions> | |
static DUNE_CONSTEXPR bool | contains (PartitionSet< contained_partitions >) |
Tests whether the given PartitionSet is contained in this set. | |
Related Functions | |
(Note that these are not member functions.) | |
template<PartitionType p> | |
PartitionSet<(1<< p)> | partitionSet () |
Creates a PartitionSet for the given PartitionType. | |
Detailed Description
template<unsigned int partitions>
struct Dune::PartitionSet< partitions >
struct Dune::PartitionSet< partitions >
A set of PartitionType values.
PartitionSet cotains a set of PartitionType values fixed at compile time. The contents of the set is encoded in the template parameter partitions, but the exact semantics are an implementation detail. PartitionSets can be combined by adding them up. They also support removing partitions by subtracting them.
- Template Parameters
-
partitions Implementation-defined representation of the partition set.
Member Function Documentation
◆ partitionIterator()
template<unsigned int partitions>
|
inlinestaticconstexpr |
Returns the PartitionIteratorType that can be used to iterate over the partitions in the set.
- Exceptions
-
raises a static assertion if the partitions do not correspond to a valid PartitionIteratorType.
- Since
- GCC 4.6 (constexpr)
The documentation for this struct was generated from the following file:
- dune/grid/common/partitionset.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)