DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Array_bind_x.hxx
Go to the documentation of this file.
1#pragma once
2#include "../Array_bind.hpp"
3
4namespace DNDS
5{
6
7#define pybind11_bind_Array_All_X_define(offset) \
8 void pybind11_bind_Array_All_##offset(py::module_ m) \
9 { \
10 pybind11_callBindArrays_rowsizes<real, offset>(m); \
11 \
12 pybind11_callBindArrays_rowsizes<index, offset>(m); \
13 \
14 pybind11_callBindParArrays_rowsizes<real, offset>(m); \
15 \
16 pybind11_callBindParArrays_rowsizes<index, offset>(m); \
17 \
18 pybind11_callBindArrayTransformers_rowsizes<real, offset>(m); \
19 \
20 pybind11_callBindArrayTransformers_rowsizes<index, offset>(m); \
21 \
22 pybind11_callBindParArrayPairs_rowsizes<real, offset>(m); \
23 \
24 pybind11_callBindParArrayPairs_rowsizes<index, offset>(m); \
25 }
26
27}
the host side operators are provided as implemented