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 rho_0ID_, BlockDataID rho_1ID_, BlockDataID rho_2ID_,
57 double order_0,
double order_1,
double order_2,
double rate_coefficient,
58 double stoech_0,
double stoech_1,
double stoech_2)
67 const CellInterval &globalCellInterval,
68 cell_idx_t ghostLayers, IBlock *
block);
72 static std::function<void(IBlock *)>
73 getSweep(
const shared_ptr<ReactionKernelBulk_3_double_precision> &kernel) {
74 return [kernel](IBlock *b) { kernel->run(b); };
78 const shared_ptr<ReactionKernelBulk_3_double_precision> &kernel,
79 const shared_ptr<StructuredBlockStorage> &blocks,
80 const CellInterval &globalCellInterval, cell_idx_t ghostLayers = 1) {
81 return [kernel, blocks, globalCellInterval, ghostLayers](IBlock *b) {
82 kernel->runOnCellInterval(blocks, globalCellInterval, ghostLayers, b);
87 return [
this](IBlock *b) { this->
run(b); };
90 std::function<void(IBlock *)>
92 const CellInterval &globalCellInterval,
93 cell_idx_t ghostLayers = 1) {
94 return [
this, blocks, globalCellInterval, ghostLayers](IBlock *b) {
99 void configure(
const shared_ptr<StructuredBlockStorage> &blocks,
117#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
118 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
119#pragma GCC diagnostic pop
static std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< ReactionKernelBulk_3_double_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
std::function< void(IBlock *)> getSweep()
std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
ReactionKernelBulk_3_double_precision(BlockDataID rho_0ID_, BlockDataID rho_1ID_, BlockDataID rho_2ID_, double order_0, double order_1, double order_2, double rate_coefficient, double stoech_0, double stoech_1, double stoech_2)
void operator()(IBlock *block)
static std::function< void(IBlock *)> getSweep(const shared_ptr< ReactionKernelBulk_3_double_precision > &kernel)
void runOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
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