PybindHelper.h File Reference

Detailed Description

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::python_coupling
 

Functions

template<typename T >
static bool walberla::python_coupling::isCppEqualToPythonType (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< float > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< double > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< uint8_t > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< uint16_t > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< uint32_t > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< uint64_t > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< int8_t > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< int16_t > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< int32_t > (std::string n)
 
template<>
bool walberla::python_coupling::isCppEqualToPythonType< int64_t > (std::string n)