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"
61 const CellInterval &globalCellInterval,
62 cell_idx_t ghostLayers, IBlock *
block);
66 static std::function<void(IBlock *)>
67 getSweep(
const shared_ptr<ContinuityKernel_double_precision> &kernel) {
68 return [kernel](IBlock *b) { kernel->run(b); };
72 const shared_ptr<ContinuityKernel_double_precision> &kernel,
73 const shared_ptr<StructuredBlockStorage> &blocks,
74 const CellInterval &globalCellInterval, cell_idx_t ghostLayers = 1) {
75 return [kernel, blocks, globalCellInterval, ghostLayers](IBlock *b) {
76 kernel->runOnCellInterval(blocks, globalCellInterval, ghostLayers, b);
81 return [
this](IBlock *b) { this->
run(b); };
84 std::function<void(IBlock *)>
86 const CellInterval &globalCellInterval,
87 cell_idx_t ghostLayers = 1) {
88 return [
this, blocks, globalCellInterval, ghostLayers](IBlock *b) {
93 void configure(
const shared_ptr<StructuredBlockStorage> &blocks,
103#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
104 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
105#pragma GCC diagnostic pop
static std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< ContinuityKernel_double_precision > &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)
void runOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
ContinuityKernel_double_precision(BlockDataID jID_, BlockDataID rhoID_)
static std::function< void(IBlock *)> getSweep(const shared_ptr< ContinuityKernel_double_precision > &kernel)
std::function< void(IBlock *)> getSweep()
void configure(const shared_ptr< StructuredBlockStorage > &blocks, IBlock *block)
static double * block(double *p, std::size_t index, std::size_t size)
\file PackInfoPdfDoublePrecision.cpp \author pystencils