DASH  0.3.0
dash::pattern_partitioning_tag Struct Reference

{} More...

#include <PatternProperties.h>

Public Types

enum  type {
  any, rectangular, minimal, regular,
  balanced, unbalanced, ndimensional, dynamic
}
 

Detailed Description

{}

Definition at line 522 of file PatternProperties.h.

Member Enumeration Documentation

◆ type

Enumerator
rectangular 

Block extents are constant for every dimension.

minimal 

Minimal number of blocks in every dimension, typically at most one block per unit.

regular 

All blocks have identical extents.

balanced 

All blocks have identical size.

unbalanced 

Size of blocks may differ.

ndimensional 

Data range is partitioned in at least two dimensions.

dynamic 

Data range is partitioned dynamically.

Definition at line 524 of file PatternProperties.h.

524  {
525  any,
526 
528  rectangular,
529 
532  minimal,
533 
535  regular,
536 
538  balanced,
539 
541  unbalanced,
542 
544  ndimensional,
545 
547  dynamic
548  } type;
All blocks have identical size.
Minimal number of blocks in every dimension, typically at most one block per unit.
Block extents are constant for every dimension.
All blocks have identical extents.
Data range is partitioned dynamically.
Data range is partitioned in at least two dimensions.

The documentation for this struct was generated from the following file: