|
FreePOOMA
2.4.1
|
DistributedMapper is a ContextMapper implementation. More...
#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... | |
DistributedMapper is a ContextMapper implementation.
It dispatches to one of ContiguousMapper, UniformMapper and BisectionMapper based on the size and structure of contexts and nodes (patches).
1.7.6.1