waLBerla 7.2
|
#include "core/cell/CellInterval.h"
#include "domain_decomposition/StructuredBlockStorage.h"
#include "python_coupling/PythonWrapper.h"
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::python_coupling |
namespace | 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. | |