walberla::blockforest::internal::UniformBufferedSchemeCreator Class Reference

#include <BlockForestCommunicationExport.impl.h>

Public Member Functions

 UniformBufferedSchemeCreator (const shared_ptr< StructuredBlockForest > &bf, const std::string &stencilName, const int tag)
 
template<typename Stencil >
void operator() (python_coupling::NonCopyableWrap< Stencil >)
 
py::object getResult ()
 

Private Attributes

py::object result_
 
shared_ptr< StructuredBlockForestblockforest_
 
std::string stencilName_
 
const int tag_
 

Constructor & Destructor Documentation

◆ UniformBufferedSchemeCreator()

walberla::blockforest::internal::UniformBufferedSchemeCreator::UniformBufferedSchemeCreator ( const shared_ptr< StructuredBlockForest > &  bf,
const std::string &  stencilName,
const int  tag 
)
inline

Member Function Documentation

◆ getResult()

py::object walberla::blockforest::internal::UniformBufferedSchemeCreator::getResult ( )
inline

◆ operator()()

template<typename Stencil >
void walberla::blockforest::internal::UniformBufferedSchemeCreator::operator() ( python_coupling::NonCopyableWrap< Stencil >  )
inline

Member Data Documentation

◆ blockforest_

shared_ptr<StructuredBlockForest> walberla::blockforest::internal::UniformBufferedSchemeCreator::blockforest_
private

◆ result_

py::object walberla::blockforest::internal::UniformBufferedSchemeCreator::result_
private

◆ stencilName_

std::string walberla::blockforest::internal::UniformBufferedSchemeCreator::stencilName_
private

◆ tag_

const int walberla::blockforest::internal::UniformBufferedSchemeCreator::tag_
private

The documentation for this class was generated from the following file: