DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
VRDefines_bind.hpp File Reference
Include dependency graph for VRDefines_bind.hpp:
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
 
namespace  DNDS::CFV
 

Macros

#define DNDS_CFV_DEFINE_ALIAS(nVarsFixed)
 

Typedefs

using DNDS::CFV::tPy_RecAtr = py::classh< RecAtr >
 

Functions

template<int nVarsFixed>
void DNDS::CFV::pybind11_define_tURec_alias (py::module_ &m, py::module_ &m_dnds)
 
template<int nVarsFixed>
void DNDS::CFV::pybind11_define_tUDof_alias (py::module_ &m, py::module_ &m_dnds)
 
template<int nVarsFixed>
void DNDS::CFV::pybind11_define_tUGrad_alias (py::module_ &m, py::module_ &m_dnds)
 
void DNDS::CFV::pybind11_define_tVVecPair_alias (py::module_ &m, py::module_ &m_dnds)
 
void DNDS::CFV::pybind11_define_tMatsPair_alias (py::module_ &m, py::module_ &m_dnds)
 
void DNDS::CFV::pybind11_define_RecAtr (py::module_ &m)
 
void DNDS::CFV::pybind11_define_RecAtrArrayPair_and_alias (py::module_ &m)
 
void DNDS::CFV::pybind11_VRDefines_define (py::module_ &m, py::module_ &m_dnds)
 

Macro Definition Documentation

◆ DNDS_CFV_DEFINE_ALIAS

#define DNDS_CFV_DEFINE_ALIAS (   nVarsFixed)
Value:
{ \
pybind11_define_tURec_alias<nVarsFixed>(m, m_dnds); \
pybind11_define_tUDof_alias<nVarsFixed>(m, m_dnds); \
pybind11_define_tUGrad_alias<nVarsFixed>(m, m_dnds); \
}