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 BlockDataID rho_3ID_,
double order_0,
double order_1,
double order_2,
58 double order_3,
double rate_coefficient,
double stoech_0,
double stoech_1,
59 double stoech_2,
double stoech_3)
69 const CellInterval &globalCellInterval,
70 cell_idx_t ghostLayers, IBlock *
block);
74 static std::function<void(IBlock *)>
75 getSweep(
const shared_ptr<ReactionKernelBulk_4_double_precision> &kernel) {
76 return [kernel](IBlock *b) { kernel->run(b); };
80 const shared_ptr<ReactionKernelBulk_4_double_precision> &kernel,
81 const shared_ptr<StructuredBlockStorage> &blocks,
82 const CellInterval &globalCellInterval, cell_idx_t ghostLayers = 1) {
83 return [kernel, blocks, globalCellInterval, ghostLayers](IBlock *b) {
84 kernel->runOnCellInterval(blocks, globalCellInterval, ghostLayers, b);
89 return [
this](IBlock *b) { this->
run(b); };
92 std::function<void(IBlock *)>
94 const CellInterval &globalCellInterval,
95 cell_idx_t ghostLayers = 1) {
96 return [
this, blocks, globalCellInterval, ghostLayers](IBlock *b) {
101 void configure(
const shared_ptr<StructuredBlockStorage> &blocks,
122#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
123 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
124#pragma GCC diagnostic pop
void operator()(IBlock *block)
ReactionKernelBulk_4_double_precision(BlockDataID rho_0ID_, BlockDataID rho_1ID_, BlockDataID rho_2ID_, BlockDataID rho_3ID_, double order_0, double order_1, double order_2, double order_3, double rate_coefficient, double stoech_0, double stoech_1, double stoech_2, double stoech_3)
std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
void configure(const shared_ptr< StructuredBlockStorage > &blocks, IBlock *block)
static std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< ReactionKernelBulk_4_double_precision > &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)
std::function< void(IBlock *)> getSweep()
static std::function< void(IBlock *)> getSweep(const shared_ptr< ReactionKernelBulk_4_double_precision > &kernel)
static double * block(double *p, std::size_t index, std::size_t size)
\file PackInfoPdfDoublePrecision.cpp \author pystencils