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

Functor to set up the mesh decomposition, partitioning the mesh along the dimension with the highest number of cells. More...

Public Member Functions

template<typename Tuple1 , typename Tuple2 >
void operator() (Tuple1 const &sizes, size_t const &max_value, size_t const &num_parts, Tuple2 &decomp)
 

Detailed Description

template<int N>
struct stapl::decompose_largest_dim< N >

Functor to set up the mesh decomposition, partitioning the mesh along the dimension with the highest number of cells.

Template Parameters
Nmesh dimension-1.

Member Function Documentation

◆ operator()()

template<int N>
template<typename Tuple1 , typename Tuple2 >
void stapl::decompose_largest_dim< N >::operator() ( Tuple1 const &  sizes,
size_t const &  max_value,
size_t const &  num_parts,
Tuple2 &  decomp 
)
Parameters
sizessize of the mesh in each dimension.
max_valuemaximum number of cells among the dimensions.
num_partsnumber of partitions for decomposition.
decompnumber of partitions in each dimension.

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