waLBerla 7.2
|
#include "field/Gather.h"
#include "python_coupling/helper/MplHelpers.h"
#include "python_coupling/helper/BlockStorageExportHelpers.h"
#include "python_coupling/helper/SliceToCellInterval.h"
Classes | |
class | walberla::field::internal::GatherExporter |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::field |
namespace | walberla::field::internal |
Functions | |
template<typename... FieldTypes> | |
void | walberla::field::exportGatherFunctions (py::module_ &m) |
Exports the gather functionality of waLBerla. | |
template<typename... FieldTypes> | |
static py::object | walberla::field::internal::gatherWrapper (const shared_ptr< StructuredBlockForest > &blocks, const std::string &name, const py::tuple &slice, int targetRank=0) |