#include "core/cell/CellInterval.h"
#include "domain_decomposition/StructuredBlockStorage.h"
#include "python_coupling/PythonWrapper.h"
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 | |
walberla::python_coupling::internal | |
Functions | |
cell_idx_t | walberla::python_coupling::internal::normalizeIdx (py::object pyIndex, uint_t coordinateSize) |
CellInterval | walberla::python_coupling::globalPythonSliceToCellInterval (const shared_ptr< StructuredBlockStorage > &blocks, py::tuple indexTuple) |
Creates a CellInterval as subset from the complete domain-cell-bounding-box based on a Python slice. More... | |