waLBerla 7.2
|
#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 | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | 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) |