25#include "core/DataTypes.h"
26#include "core/logging/Logging.h"
28#include "domain_decomposition/BlockDataID.h"
29#include "domain_decomposition/IBlock.h"
30#include "domain_decomposition/StructuredBlockStorage.h"
31#include "field/GhostLayerField.h"
32#include "field/SwapableCompare.h"
35#include <unordered_map>
38#define RESTRICT __restrict__
43#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
44 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
45#pragma GCC diagnostic push
46#pragma GCC diagnostic ignored "-Wunused-parameter"
47#pragma GCC diagnostic ignored "-Wreorder"
68 static std::function<
void(IBlock *)>
70 return [kernel](IBlock *b) { kernel->run(b); };
75 const shared_ptr<StructuredBlockStorage> &
blocks,
83 return [
this](IBlock *b) { this->
run(b); };
86 std::function<
void(IBlock *)>
95 void configure(
const shared_ptr<StructuredBlockStorage> & ,
98 inline float getRho_0()
const {
return rho_0_; }
99 inline void setRho_0(
const float value) { rho_0_ = value; }
111#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
112 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
113#pragma GCC diagnostic pop
void runOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
static std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< InitialPDFsSetterSinglePrecision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
std::function< void(IBlock *)> getSweep()
InitialPDFsSetterSinglePrecision(BlockDataID forceID_, BlockDataID pdfsID_, BlockDataID velocityID_, float rho_0)
void configure(const shared_ptr< StructuredBlockStorage > &, IBlock *)
void setRho_0(const float value)
static std::function< void(IBlock *)> getSweep(const shared_ptr< InitialPDFsSetterSinglePrecision > &kernel)
void operator()(IBlock *block)
std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
cudaStream_t stream[1]
CUDA streams for parallel computing on CPU and GPU.
static double * block(double *p, std::size_t index, std::size_t size)
\file PackInfoPdfDoublePrecision.cpp \author pystencils