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"
35#include <unordered_map>
38#define RESTRICT __restrict__
40#define RESTRICT __restrict
45#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
46 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
47#pragma GCC diagnostic push
48#pragma GCC diagnostic ignored "-Wunused-parameter"
49#pragma GCC diagnostic ignored "-Wreorder"
58 double rate_coefficient,
60 : rho_0ID(rho_0ID_), order_0_(order_0),
61 rate_coefficient_(rate_coefficient), stoech_0_(stoech_0) {}
66 const CellInterval &globalCellInterval,
67 cell_idx_t ghostLayers, IBlock *
block);
71 static std::function<void(IBlock *)>
72 getSweep(
const shared_ptr<ReactionKernelBulk_1_double_precision> &kernel) {
73 return [kernel](IBlock *b) { kernel->run(b); };
77 const shared_ptr<ReactionKernelBulk_1_double_precision> &kernel,
78 const shared_ptr<StructuredBlockStorage> &blocks,
79 const CellInterval &globalCellInterval, cell_idx_t ghostLayers = 1) {
80 return [kernel, blocks, globalCellInterval, ghostLayers](IBlock *b) {
81 kernel->runOnCellInterval(blocks, globalCellInterval, ghostLayers, b);
86 return [
this](IBlock *b) { this->
run(b); };
89 std::function<void(IBlock *)>
91 const CellInterval &globalCellInterval,
92 cell_idx_t ghostLayers = 1) {
93 return [
this, blocks, globalCellInterval, ghostLayers](IBlock *b) {
98 void configure(
const shared_ptr<StructuredBlockStorage> & ,
104 inline void setOrder_0(
const double value) { order_0_ = value; }
106 rate_coefficient_ = value;
108 inline void setStoech_0(
const double value) { stoech_0_ = value; }
113 double rate_coefficient_;
120#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
121 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
122#pragma GCC diagnostic pop
void setStoech_0(const double value)
void setRate_coefficient(const double value)
static std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< ReactionKernelBulk_1_double_precision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
double getStoech_0() const
static std::function< void(IBlock *)> getSweep(const shared_ptr< ReactionKernelBulk_1_double_precision > &kernel)
void operator()(IBlock *block)
ReactionKernelBulk_1_double_precision(BlockDataID rho_0ID_, double order_0, double rate_coefficient, double stoech_0)
void setOrder_0(const double value)
void runOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
std::function< void(IBlock *)> getSweep()
double getOrder_0() const
std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
void configure(const shared_ptr< StructuredBlockStorage > &, IBlock *)
double getRate_coefficient() const
static double * block(double *p, std::size_t index, std::size_t size)
\file PackInfoPdfDoublePrecision.cpp \author pystencils