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"
36#define RESTRICT __restrict__
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"
56 BlockDataID pdfsID_,
double kT,
57 double omega_bulk,
double omega_even,
58 double omega_odd,
double omega_shear,
59 uint32_t seed, uint32_t time_step)
68 const CellInterval &globalCellInterval,
69 cell_idx_t ghostLayers, IBlock *
block);
73 static std::function<void(IBlock *)>
74 getSweep(
const shared_ptr<CollideSweepDoublePrecisionThermalized> &kernel) {
75 return [kernel](IBlock *b) { kernel->run(b); };
79 const shared_ptr<CollideSweepDoublePrecisionThermalized> &kernel,
80 const shared_ptr<StructuredBlockStorage> &blocks,
81 const CellInterval &globalCellInterval, cell_idx_t ghostLayers = 1) {
82 return [kernel, blocks, globalCellInterval, ghostLayers](IBlock *b) {
83 kernel->runOnCellInterval(blocks, globalCellInterval, ghostLayers, b);
88 return [
this](IBlock *b) { this->
run(b); };
91 std::function<void(IBlock *)>
93 const CellInterval &globalCellInterval,
94 cell_idx_t ghostLayers = 1) {
95 return [
this, blocks, globalCellInterval, ghostLayers](IBlock *b) {
100 void configure(
const shared_ptr<StructuredBlockStorage> &blocks,
102 Cell BlockCellBB = blocks->getBlockCellBB(*block).min();
127#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
128 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
129#pragma GCC diagnostic pop
void configure(const shared_ptr< StructuredBlockStorage > &blocks, IBlock *block)
static std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< CollideSweepDoublePrecisionThermalized > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
void operator()(IBlock *block)
CollideSweepDoublePrecisionThermalized(BlockDataID forceID_, BlockDataID pdfsID_, double kT, double omega_bulk, double omega_even, double omega_odd, double omega_shear, uint32_t seed, uint32_t time_step)
void runOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
static std::function< void(IBlock *)> getSweep(const shared_ptr< CollideSweepDoublePrecisionThermalized > &kernel)
std::function< void(IBlock *)> getSweep()
static double * block(double *p, std::size_t index, std::size_t size)
\file PackInfoPdfDoublePrecision.cpp \author pystencils