#include "Domain/Loc.h"
#include "Domain/Interval.h"
#include "Layout/GuardLayers.h"
#include "Partition/ContextMapper.h"
#include "Partition/DistributedMapper.h"
#include "Utilities/PAssert.h"
#include <vector>
#include <list>


Classes | |
| class | UniformGridPartition< Dim > |
| UniformGridPartition is a layout partitioner; it is created with the information needed to partition a global domain into subdomains using a grid layout. More... | |
Thus, N = Prod(S_i). The user must provide consistent information; if the global domain given to this partitioner does not have the proper size in each dimension to allow it to be divided by S_i evenly, it will produce an assertion failure.
1.5.9