InfoCollection.h File Reference

Detailed Description

#include "BlockInfo.h"
#include "blockforest/BlockForest.h"
#include "blockforest/BlockID.h"
#include "core/mpi/BufferSystem.h"
#include "mesa_pd/data/Flags.h"
#include <map>

Classes

class  walberla::lbm_mesapd_coupling::amr::WeightEvaluationFunctor
 

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::lbm_mesapd_coupling
 
 walberla::lbm_mesapd_coupling::amr
 

Typedefs

using walberla::lbm_mesapd_coupling::amr::InfoCollection = std::map< blockforest::BlockID, BlockInfo >
 
using walberla::lbm_mesapd_coupling::amr::InfoCollectionPair = std::pair< blockforest::BlockID, BlockInfo >
 

Functions

template<typename BoundaryHandling_T , typename ParticleAccessor_T >
void walberla::lbm_mesapd_coupling::amr::updateAndSyncInfoCollection (BlockForest &bf, const BlockDataID boundaryHandlingID, const ParticleAccessor_T &accessor, const uint_t numberOfRPDSubCycles, InfoCollection &ic)
 
void walberla::lbm_mesapd_coupling::amr::getBlockInfoFromInfoCollection (const PhantomBlock *block, const shared_ptr< InfoCollection > &ic, BlockInfo &blockInfo)