Nicol's 2D partitioning algorithm. More...
#include <util/prefix_sum_tools.hpp>
#include <util/rect_list.hpp>
#include <twod/part_base.hpp>
#include <twod/nicol_2d_impl.hpp>
Go to the source code of this file.
Nicol's 2D partitioning algorithm.
Classes | |
class | twod::RectNicol< T, Pr, DEBUG > |
Implements the rectilinear partitioning algorithm with iterative refinement described in "David Nicol, Rectilinear Partitioning of Irregular Data Parallel Computations, JPDC, 1994". More... | |
Namespaces | |
namespace | twod |
This namespace provides two dimensional algorithms. |