DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Array_bind_x.hxx File Reference
#include "../Array_bind.hpp"
Include dependency graph for Array_bind_x.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Macros

#define pybind11_bind_Array_All_X_define(offset)
 

Macro Definition Documentation

◆ pybind11_bind_Array_All_X_define

#define pybind11_bind_Array_All_X_define (   offset)
Value:
void pybind11_bind_Array_All_##offset(py::module_ m) \
{ \
pybind11_callBindArrays_rowsizes<real, offset>(m); \
\
pybind11_callBindArrays_rowsizes<index, offset>(m); \
\
pybind11_callBindParArrays_rowsizes<real, offset>(m); \
\
pybind11_callBindParArrays_rowsizes<index, offset>(m); \
\
pybind11_callBindArrayTransformers_rowsizes<real, offset>(m); \
\
pybind11_callBindArrayTransformers_rowsizes<index, offset>(m); \
\
pybind11_callBindParArrayPairs_rowsizes<real, offset>(m); \
\
pybind11_callBindParArrayPairs_rowsizes<index, offset>(m); \
}

Definition at line 7 of file Array_bind_x.hxx.