ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ReactionKernelBulk_4_double_precision.cpp
Go to the documentation of this file.
1//======================================================================================================================
2//
3// This file is part of waLBerla. waLBerla is free software: you can
4// redistribute it and/or modify it under the terms of the GNU General Public
5// License as published by the Free Software Foundation, either version 3 of
6// the License, or (at your option) any later version.
7//
8// waLBerla is distributed in the hope that it will be useful, but WITHOUT
9// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11// for more details.
12//
13// You should have received a copy of the GNU General Public License along
14// with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
15//
16//! \\file ReactionKernelBulk_4_double_precision.cpp
17//! \\author pystencils
18//======================================================================================================================
19
20// kernel generated with pystencils v1.3.3, lbmpy v1.3.3, lbmpy_walberla/pystencils_walberla from waLBerla commit b0842e1a493ce19ef1bbb8d2cf382fc343970a7f
21
22#include <cmath>
23
25#include "core/DataTypes.h"
26#include "core/Macros.h"
27
28#define FUNC_PREFIX
29
30#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || (defined WALBERLA_CXX_COMPILER_IS_CLANG)
31#pragma GCC diagnostic push
32#pragma GCC diagnostic ignored "-Wfloat-equal"
33#pragma GCC diagnostic ignored "-Wshadow"
34#pragma GCC diagnostic ignored "-Wconversion"
35#pragma GCC diagnostic ignored "-Wunused-variable"
36#endif
37
38#if (defined WALBERLA_CXX_COMPILER_IS_INTEL)
39#pragma warning push
40#pragma warning(disable : 1599)
41#endif
42
43using namespace std;
44
45namespace walberla {
46namespace pystencils {
47
48namespace internal_49f1aaa6789b7fa16fb103a21ce6fe12 {
49static FUNC_PREFIX void reactionkernelbulk_4_double_precision_reactionkernelbulk_4_double_precision(double *RESTRICT _data_rho_0, double *RESTRICT _data_rho_1, double *RESTRICT _data_rho_2, double *RESTRICT _data_rho_3, int64_t const _size_rho_0_0, int64_t const _size_rho_0_1, int64_t const _size_rho_0_2, int64_t const _stride_rho_0_0, int64_t const _stride_rho_0_1, int64_t const _stride_rho_0_2, int64_t const _stride_rho_1_0, int64_t const _stride_rho_1_1, int64_t const _stride_rho_1_2, int64_t const _stride_rho_2_0, int64_t const _stride_rho_2_1, int64_t const _stride_rho_2_2, int64_t const _stride_rho_3_0, int64_t const _stride_rho_3_1, int64_t const _stride_rho_3_2, 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) {
50 for (int64_t ctr_2 = 0; ctr_2 < _size_rho_0_2; ctr_2 += 1) {
51 for (int64_t ctr_1 = 0; ctr_1 < _size_rho_0_1; ctr_1 += 1) {
52 for (int64_t ctr_0 = 0; ctr_0 < _size_rho_0_0; ctr_0 += 1) {
53 const double local_rho_0 = _data_rho_0[_stride_rho_0_0 * ctr_0 + _stride_rho_0_1 * ctr_1 + _stride_rho_0_2 * ctr_2];
54 const double local_rho_1 = _data_rho_1[_stride_rho_1_0 * ctr_0 + _stride_rho_1_1 * ctr_1 + _stride_rho_1_2 * ctr_2];
55 const double local_rho_2 = _data_rho_2[_stride_rho_2_0 * ctr_0 + _stride_rho_2_1 * ctr_1 + _stride_rho_2_2 * ctr_2];
56 const double local_rho_3 = _data_rho_3[_stride_rho_3_0 * ctr_0 + _stride_rho_3_1 * ctr_1 + _stride_rho_3_2 * ctr_2];
57 const double rate_factor = pow(local_rho_0, order_0) * pow(local_rho_1, order_1) * pow(local_rho_2, order_2) * pow(local_rho_3, order_3) * rate_coefficient;
58 _data_rho_0[_stride_rho_0_0 * ctr_0 + _stride_rho_0_1 * ctr_1 + _stride_rho_0_2 * ctr_2] = local_rho_0 + rate_factor * stoech_0;
59 _data_rho_1[_stride_rho_1_0 * ctr_0 + _stride_rho_1_1 * ctr_1 + _stride_rho_1_2 * ctr_2] = local_rho_1 + rate_factor * stoech_1;
60 _data_rho_2[_stride_rho_2_0 * ctr_0 + _stride_rho_2_1 * ctr_1 + _stride_rho_2_2 * ctr_2] = local_rho_2 + rate_factor * stoech_2;
61 _data_rho_3[_stride_rho_3_0 * ctr_0 + _stride_rho_3_1 * ctr_1 + _stride_rho_3_2 * ctr_2] = local_rho_3 + rate_factor * stoech_3;
62 }
63 }
64 }
65}
66} // namespace internal_49f1aaa6789b7fa16fb103a21ce6fe12
67
69
70 auto rho_0 = block->getData<field::GhostLayerField<double, 1>>(rho_0ID);
71 auto rho_1 = block->getData<field::GhostLayerField<double, 1>>(rho_1ID);
72 auto rho_3 = block->getData<field::GhostLayerField<double, 1>>(rho_3ID);
73 auto rho_2 = block->getData<field::GhostLayerField<double, 1>>(rho_2ID);
74
75 auto &stoech_2 = this->stoech_2_;
76 auto &rate_coefficient = this->rate_coefficient_;
77 auto &stoech_1 = this->stoech_1_;
78 auto &stoech_3 = this->stoech_3_;
79 auto &order_0 = this->order_0_;
80 auto &stoech_0 = this->stoech_0_;
81 auto &order_2 = this->order_2_;
82 auto &order_1 = this->order_1_;
83 auto &order_3 = this->order_3_;
84 WALBERLA_ASSERT_GREATER_EQUAL(0, -int_c(rho_0->nrOfGhostLayers()))
85 double *RESTRICT _data_rho_0 = rho_0->dataAt(0, 0, 0, 0);
86 WALBERLA_ASSERT_GREATER_EQUAL(0, -int_c(rho_1->nrOfGhostLayers()))
87 double *RESTRICT _data_rho_1 = rho_1->dataAt(0, 0, 0, 0);
88 WALBERLA_ASSERT_GREATER_EQUAL(0, -int_c(rho_2->nrOfGhostLayers()))
89 double *RESTRICT _data_rho_2 = rho_2->dataAt(0, 0, 0, 0);
90 WALBERLA_ASSERT_GREATER_EQUAL(0, -int_c(rho_3->nrOfGhostLayers()))
91 double *RESTRICT _data_rho_3 = rho_3->dataAt(0, 0, 0, 0);
92 WALBERLA_ASSERT_GREATER_EQUAL(rho_0->xSizeWithGhostLayer(), int64_t(int64_c(rho_0->xSize()) + 0))
93 const int64_t _size_rho_0_0 = int64_t(int64_c(rho_0->xSize()) + 0);
94 WALBERLA_ASSERT_GREATER_EQUAL(rho_0->ySizeWithGhostLayer(), int64_t(int64_c(rho_0->ySize()) + 0))
95 const int64_t _size_rho_0_1 = int64_t(int64_c(rho_0->ySize()) + 0);
96 WALBERLA_ASSERT_GREATER_EQUAL(rho_0->zSizeWithGhostLayer(), int64_t(int64_c(rho_0->zSize()) + 0))
97 const int64_t _size_rho_0_2 = int64_t(int64_c(rho_0->zSize()) + 0);
98 const int64_t _stride_rho_0_0 = int64_t(rho_0->xStride());
99 const int64_t _stride_rho_0_1 = int64_t(rho_0->yStride());
100 const int64_t _stride_rho_0_2 = int64_t(rho_0->zStride());
101 const int64_t _stride_rho_1_0 = int64_t(rho_1->xStride());
102 const int64_t _stride_rho_1_1 = int64_t(rho_1->yStride());
103 const int64_t _stride_rho_1_2 = int64_t(rho_1->zStride());
104 const int64_t _stride_rho_2_0 = int64_t(rho_2->xStride());
105 const int64_t _stride_rho_2_1 = int64_t(rho_2->yStride());
106 const int64_t _stride_rho_2_2 = int64_t(rho_2->zStride());
107 const int64_t _stride_rho_3_0 = int64_t(rho_3->xStride());
108 const int64_t _stride_rho_3_1 = int64_t(rho_3->yStride());
109 const int64_t _stride_rho_3_2 = int64_t(rho_3->zStride());
110 internal_49f1aaa6789b7fa16fb103a21ce6fe12::reactionkernelbulk_4_double_precision_reactionkernelbulk_4_double_precision(_data_rho_0, _data_rho_1, _data_rho_2, _data_rho_3, _size_rho_0_0, _size_rho_0_1, _size_rho_0_2, _stride_rho_0_0, _stride_rho_0_1, _stride_rho_0_2, _stride_rho_1_0, _stride_rho_1_1, _stride_rho_1_2, _stride_rho_2_0, _stride_rho_2_1, _stride_rho_2_2, _stride_rho_3_0, _stride_rho_3_1, _stride_rho_3_2, order_0, order_1, order_2, order_3, rate_coefficient, stoech_0, stoech_1, stoech_2, stoech_3);
111}
112
113void ReactionKernelBulk_4_double_precision::runOnCellInterval(const shared_ptr<StructuredBlockStorage> &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block) {
114
115 CellInterval ci = globalCellInterval;
116 CellInterval blockBB = blocks->getBlockCellBB(*block);
117 blockBB.expand(ghostLayers);
118 ci.intersect(blockBB);
119 blocks->transformGlobalToBlockLocalCellInterval(ci, *block);
120 if (ci.empty())
121 return;
122
123 auto rho_0 = block->getData<field::GhostLayerField<double, 1>>(rho_0ID);
124 auto rho_1 = block->getData<field::GhostLayerField<double, 1>>(rho_1ID);
125 auto rho_3 = block->getData<field::GhostLayerField<double, 1>>(rho_3ID);
126 auto rho_2 = block->getData<field::GhostLayerField<double, 1>>(rho_2ID);
127
128 auto &stoech_2 = this->stoech_2_;
129 auto &rate_coefficient = this->rate_coefficient_;
130 auto &stoech_1 = this->stoech_1_;
131 auto &stoech_3 = this->stoech_3_;
132 auto &order_0 = this->order_0_;
133 auto &stoech_0 = this->stoech_0_;
134 auto &order_2 = this->order_2_;
135 auto &order_1 = this->order_1_;
136 auto &order_3 = this->order_3_;
137 WALBERLA_ASSERT_GREATER_EQUAL(ci.xMin(), -int_c(rho_0->nrOfGhostLayers()))
138 WALBERLA_ASSERT_GREATER_EQUAL(ci.yMin(), -int_c(rho_0->nrOfGhostLayers()))
139 WALBERLA_ASSERT_GREATER_EQUAL(ci.zMin(), -int_c(rho_0->nrOfGhostLayers()))
140 double *RESTRICT _data_rho_0 = rho_0->dataAt(ci.xMin(), ci.yMin(), ci.zMin(), 0);
141 WALBERLA_ASSERT_GREATER_EQUAL(ci.xMin(), -int_c(rho_1->nrOfGhostLayers()))
142 WALBERLA_ASSERT_GREATER_EQUAL(ci.yMin(), -int_c(rho_1->nrOfGhostLayers()))
143 WALBERLA_ASSERT_GREATER_EQUAL(ci.zMin(), -int_c(rho_1->nrOfGhostLayers()))
144 double *RESTRICT _data_rho_1 = rho_1->dataAt(ci.xMin(), ci.yMin(), ci.zMin(), 0);
145 WALBERLA_ASSERT_GREATER_EQUAL(ci.xMin(), -int_c(rho_2->nrOfGhostLayers()))
146 WALBERLA_ASSERT_GREATER_EQUAL(ci.yMin(), -int_c(rho_2->nrOfGhostLayers()))
147 WALBERLA_ASSERT_GREATER_EQUAL(ci.zMin(), -int_c(rho_2->nrOfGhostLayers()))
148 double *RESTRICT _data_rho_2 = rho_2->dataAt(ci.xMin(), ci.yMin(), ci.zMin(), 0);
149 WALBERLA_ASSERT_GREATER_EQUAL(ci.xMin(), -int_c(rho_3->nrOfGhostLayers()))
150 WALBERLA_ASSERT_GREATER_EQUAL(ci.yMin(), -int_c(rho_3->nrOfGhostLayers()))
151 WALBERLA_ASSERT_GREATER_EQUAL(ci.zMin(), -int_c(rho_3->nrOfGhostLayers()))
152 double *RESTRICT _data_rho_3 = rho_3->dataAt(ci.xMin(), ci.yMin(), ci.zMin(), 0);
153 WALBERLA_ASSERT_GREATER_EQUAL(rho_0->xSizeWithGhostLayer(), int64_t(int64_c(ci.xSize()) + 0))
154 const int64_t _size_rho_0_0 = int64_t(int64_c(ci.xSize()) + 0);
155 WALBERLA_ASSERT_GREATER_EQUAL(rho_0->ySizeWithGhostLayer(), int64_t(int64_c(ci.ySize()) + 0))
156 const int64_t _size_rho_0_1 = int64_t(int64_c(ci.ySize()) + 0);
157 WALBERLA_ASSERT_GREATER_EQUAL(rho_0->zSizeWithGhostLayer(), int64_t(int64_c(ci.zSize()) + 0))
158 const int64_t _size_rho_0_2 = int64_t(int64_c(ci.zSize()) + 0);
159 const int64_t _stride_rho_0_0 = int64_t(rho_0->xStride());
160 const int64_t _stride_rho_0_1 = int64_t(rho_0->yStride());
161 const int64_t _stride_rho_0_2 = int64_t(rho_0->zStride());
162 const int64_t _stride_rho_1_0 = int64_t(rho_1->xStride());
163 const int64_t _stride_rho_1_1 = int64_t(rho_1->yStride());
164 const int64_t _stride_rho_1_2 = int64_t(rho_1->zStride());
165 const int64_t _stride_rho_2_0 = int64_t(rho_2->xStride());
166 const int64_t _stride_rho_2_1 = int64_t(rho_2->yStride());
167 const int64_t _stride_rho_2_2 = int64_t(rho_2->zStride());
168 const int64_t _stride_rho_3_0 = int64_t(rho_3->xStride());
169 const int64_t _stride_rho_3_1 = int64_t(rho_3->yStride());
170 const int64_t _stride_rho_3_2 = int64_t(rho_3->zStride());
171 internal_49f1aaa6789b7fa16fb103a21ce6fe12::reactionkernelbulk_4_double_precision_reactionkernelbulk_4_double_precision(_data_rho_0, _data_rho_1, _data_rho_2, _data_rho_3, _size_rho_0_0, _size_rho_0_1, _size_rho_0_2, _stride_rho_0_0, _stride_rho_0_1, _stride_rho_0_2, _stride_rho_1_0, _stride_rho_1_1, _stride_rho_1_2, _stride_rho_2_0, _stride_rho_2_1, _stride_rho_2_2, _stride_rho_3_0, _stride_rho_3_1, _stride_rho_3_2, order_0, order_1, order_2, order_3, rate_coefficient, stoech_0, stoech_1, stoech_2, stoech_3);
172}
173
174} // namespace pystencils
175} // namespace walberla
176
177#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || (defined WALBERLA_CXX_COMPILER_IS_CLANG)
178#pragma GCC diagnostic pop
179#endif
180
181#if (defined WALBERLA_CXX_COMPILER_IS_INTEL)
182#pragma warning pop
183#endif
#define FUNC_PREFIX
\file AdvectiveFluxKernel_double_precision.cpp \author pystencils
#define RESTRICT
\file AdvectiveFluxKernel_double_precision.h \author pystencils
void runOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
static double * block(double *p, std::size_t index, std::size_t size)
Definition elc.cpp:172
static FUNC_PREFIX void reactionkernelbulk_4_double_precision_reactionkernelbulk_4_double_precision(double *RESTRICT _data_rho_0, double *RESTRICT _data_rho_1, double *RESTRICT _data_rho_2, double *RESTRICT _data_rho_3, int64_t const _size_rho_0_0, int64_t const _size_rho_0_1, int64_t const _size_rho_0_2, int64_t const _stride_rho_0_0, int64_t const _stride_rho_0_1, int64_t const _stride_rho_0_2, int64_t const _stride_rho_1_0, int64_t const _stride_rho_1_1, int64_t const _stride_rho_1_2, int64_t const _stride_rho_2_0, int64_t const _stride_rho_2_1, int64_t const _stride_rho_2_2, int64_t const _stride_rho_3_0, int64_t const _stride_rho_3_1, int64_t const _stride_rho_3_2, 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)