DASH
0.3.0
|
{} More...
#include <PatternProperties.h>
Public Types | |
typedef pattern_partitioning_tag::type | tag_type |
Static Public Attributes | |
static const bool | rectangular = false |
Partitioning properties defaults: More... | |
static const bool | minimal = false |
Minimal number of blocks in every dimension, typically at most one block per unit. More... | |
static const bool | regular = false |
All blocks have identical extents. More... | |
static const bool | balanced = false |
All blocks have identical size. More... | |
static const bool | unbalanced = false |
Size of blocks may differ. More... | |
static const bool | ndimensional = false |
Data range is partitioned in at least two dimensions. More... | |
static const bool | dynamic = false |
Data range is partitioned dynamically. More... | |
{}
Definition at line 555 of file PatternProperties.h.
|
static |
All blocks have identical size.
Definition at line 572 of file PatternProperties.h.
|
static |
Data range is partitioned dynamically.
Definition at line 581 of file PatternProperties.h.
|
static |
Minimal number of blocks in every dimension, typically at most one block per unit.
Definition at line 566 of file PatternProperties.h.
|
static |
Data range is partitioned in at least two dimensions.
Definition at line 578 of file PatternProperties.h.
|
static |
Partitioning properties defaults:
Block extents are constant for every dimension.
Definition at line 562 of file PatternProperties.h.
|
static |
All blocks have identical extents.
Definition at line 569 of file PatternProperties.h.
|
static |
Size of blocks may differ.
Definition at line 575 of file PatternProperties.h.