#include "Partition/ContextMapper.h"
#include "Partition/ContiguousMapper.h"
#include "Partition/BisectionMapper.h"
#include "Partition/UniformMapper.h"
#include "Utilities/WrappedInt.h"
Classes | |
class | DistributedMapper< Dim > |
DistributedMapper is a ContextMapper implementation. More... |
It dispatches to one of ContiguousMapper, UniformMapper and BisectionMapper based on the size and structure of contexts and nodes (patches).