waLBerla 7.2
|
#include "core/DataTypes.h"
#include "core/debug/Debug.h"
#include "stencil/Directions.h"
#include <array>
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::blockforest |
Functions | |
uint_t | walberla::blockforest::getBlockNeighborhoodSectionIndex (const int x, const int y, const int z) |
uint_t | walberla::blockforest::getBlockNeighborhoodSectionIndex (const uint_t x, const uint_t y, const uint_t z) |
uint_t | walberla::blockforest::getBlockNeighborhoodSectionIndex (const stencil::Direction &d) |
uint_t | walberla::blockforest::getBlockMaxNeighborhoodSectionSize (const uint_t sectionIndex) |
const std::array< uint_t, 6 > & | walberla::blockforest::getFaceNeighborhoodSectionIndices () |
const std::array< uint_t, 12 > & | walberla::blockforest::getEdgeNeighborhoodSectionIndices () |
const std::array< uint_t, 8 > & | walberla::blockforest::getCornerNeighborhoodSectionIndices () |