BlockForestCommunicationExport.impl.h File Reference

Detailed Description

Classes

class  walberla::blockforest::internal::UniformBufferedSchemeWrapper< Stencil >
 the purpose of this class could also be solved by adding return_internal_reference to "createUniformDirectScheme" however this is not easily possible since it returns not a reference but an py::object More...
 
struct  walberla::blockforest::internal::UniformBufferedSchemeExporter
 
class  walberla::blockforest::internal::UniformBufferedSchemeCreator
 
class  walberla::blockforest::internal::UniformDirectSchemeWrapper< Stencil >
 
struct  walberla::blockforest::internal::UniformDirectSchemeExporter
 
class  walberla::blockforest::internal::UniformDirectSchemeCreator
 

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::blockforest
 
 walberla::blockforest::internal
 

Functions

template<typename... Stencils>
py::object walberla::blockforest::internal::createUniformBufferedScheme (const shared_ptr< StructuredBlockForest > &bf, const std::string &stencil, const int tag)
 
template<typename... Stencils>
py::object walberla::blockforest::internal::createUniformDirectScheme (const shared_ptr< StructuredBlockForest > &bf, const std::string &stencil, const int tag)
 
template<typename... Stencils>
void walberla::blockforest::exportUniformDirectScheme (py::module_ &m)
 
template<typename... Stencils>
void walberla::blockforest::exportUniformBufferedScheme (py::module_ &m)