Collapser decomposing a regular mesh into decomp
partitions.
More...
Public Member Functions | |
spatial_decomposition (tuple_type const &decomp) | |
template<class GView > | |
gpartition< GView > | operator() (GView const &graph_vw) const |
Public Types | |
typedef size_tuple< Dim >::type | tuple_type |
Collapser decomposing a regular mesh into decomp
partitions.
stapl::spatial_decomposition< Dim >::spatial_decomposition | ( | tuple_type const & | decomp | ) |
decomp | number of partitions in each dimension. |
gpartition<GView> stapl::spatial_decomposition< Dim >::operator() | ( | GView const & | graph_vw | ) | const |
graph_vw | regular mesh view. |