|
waLBerla 7.2
|
#include "blockforest/communication/UniformBufferedScheme.h"#include "blockforest/communication/UniformDirectScheme.h"#include "python_coupling/helper/MplHelpers.h"#include <pybind11/pybind11.h>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 | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::blockforest |
| namespace | 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) |