STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::arbitrary_partition_info Struct Reference

Representation of a partition in the specification of an arbitrary distribution. More...

Public Member Functions

 arbitrary_partition_info (unsigned long int first, unsigned long int last, unsigned int location)
 
std::pair< unsigned long int, unsigned long int > domain (void) const
 
unsigned int location (void) const
 

Detailed Description

Representation of a partition in the specification of an arbitrary distribution.

The partition information required by the mapping functions used in the view-based distribution specification is the range of GIDs in the partition and the location to which the partition will be mapped. The partition id is implicit and is the index of the partition info in the container of partition information that is passed to arbitrary(View const& part_view,std::vector<location_type> const& locs)


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