#include "DynamicParMetis.h"
#include "core/load_balancing/ParMetisWrapper.h"
#include "core/logging/Logging.h"
#include "core/mpi/BufferSystem.h"
#include "core/mpi/MPIHelper.h"
#include "core/mpi/MPIManager.h"
#include "core/mpi/Gather.h"
#include "core/mpi/Gatherv.h"
#include "core/mpi/Reduce.h"
#include "core/timing/Timer.h"
#include "core/StringUtility.h"
#include <array>
#include <vector>
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::blockforest | |
Functions | |
std::pair< uint_t, uint_t > | walberla::blockforest::getBlockSequenceRange (uint_t numLocalBlocks, MPI_Comm comm) |
std::map< blockforest::BlockID, uint_t > | walberla::blockforest::getBlockIdToSequenceMapping (const PhantomBlockForest &phantomForest, const std::vector< std::pair< const PhantomBlock *, uint_t > > &targetProcess, const std::pair< uint_t, uint_t > &blockSequenceRange, MPI_Comm comm) |