Functor to set up the mesh decomposition, partitioning the mesh along the dimension with the highest number of cells.
More...
|
template<typename Tuple1 , typename Tuple2 > |
void | operator() (Tuple1 const &sizes, size_t const &max_value, size_t const &num_parts, Tuple2 &decomp) |
|
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
-
◆ 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
-
sizes | size of the mesh in each dimension. |
max_value | maximum number of cells among the dimensions. |
num_parts | number of partitions for decomposition. |
decomp | number of partitions in each dimension. |
The documentation for this struct was generated from the following file:
- implicit_regular_mesh.hpp