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"
57 float grid_size,
float omega_shear,
65 const CellInterval &globalCellInterval,
66 cell_idx_t ghostLayers, IBlock *
block);
71 const shared_ptr<CollideSweepSinglePrecisionLeesEdwardsAVX> &kernel) {
72 return [kernel](IBlock *b) { kernel->run(b); };
76 const shared_ptr<CollideSweepSinglePrecisionLeesEdwardsAVX> &kernel,
77 const shared_ptr<StructuredBlockStorage> &blocks,
78 const CellInterval &globalCellInterval, cell_idx_t ghostLayers = 1) {
79 return [kernel, blocks, globalCellInterval, ghostLayers](IBlock *b) {
80 kernel->runOnCellInterval(blocks, globalCellInterval, ghostLayers, b);
85 return [
this](IBlock *b) { this->
run(b); };
88 std::function<void(IBlock *)>
90 const CellInterval &globalCellInterval,
91 cell_idx_t ghostLayers = 1) {
92 return [
this, blocks, globalCellInterval, ghostLayers](IBlock *b) {
97 void configure(
const shared_ptr<StructuredBlockStorage> &blocks,
110#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
111 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
112#pragma GCC diagnostic pop
std::function< void(IBlock *)> getSweep()
static std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< CollideSweepSinglePrecisionLeesEdwardsAVX > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
void runOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
CollideSweepSinglePrecisionLeesEdwardsAVX(BlockDataID forceID_, BlockDataID pdfsID_, float grid_size, float omega_shear, float v_s)
static std::function< void(IBlock *)> getSweep(const shared_ptr< CollideSweepSinglePrecisionLeesEdwardsAVX > &kernel)
void operator()(IBlock *block)
void configure(const shared_ptr< StructuredBlockStorage > &blocks, IBlock *block)
std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
static double * block(double *p, std::size_t index, std::size_t size)
\file PackInfoPdfDoublePrecision.cpp \author pystencils