SUNphi
1.0
|
Split a grid into subgrids. More...
#include <functional>
#include <set>
#include <lattice/Grid.hpp>
#include <debug/Warning.hpp>
#include <math/Partition.hpp>
#include <metaprogramming/UniversalReferences.hpp>
Go to the source code of this file.
Classes | |
class | SUNphi::ShadowGrid< NDims, Coord, Idx > |
class | SUNphi::PartitioningRelation< NDims, Coord, Idx > |
Type to describe a partition relation between grid to be partitioned. More... | |
class | SUNphi::PartitioningProgram |
A program made of a set of pair of instructions. More... | |
class | SUNphi::Partitioner< NDims, Coord, Idx > |
Partition a set of grids enforcing to obay to certain rules. More... | |
Split a grid into subgrids.
Definition in file Partitioner.hpp.