waLBerla 7.2
|
#include <mesa_pd/data/DataTypes.h>
#include <mesa_pd/data/IAccessor.h>
#include <mesa_pd/data/ParticleStorage.h>
#include <core/Abort.h>
#include <core/debug/Debug.h>
#include <core/math/AABB.h>
#include <stencil/D3Q27.h>
#include <atomic>
#include <cmath>
#include <vector>
Classes | |
struct | walberla::mesa_pd::data::LinkedCells |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::mesa_pd |
namespace | walberla::mesa_pd::data |
Functions | |
math::AABB | walberla::mesa_pd::data::getCellAABB (const LinkedCells &ll, const int64_t hash0, const int64_t hash1, const int64_t hash2) |
uint_t | walberla::mesa_pd::data::getCellIdx (const LinkedCells &ll, const int64_t hash0, const int64_t hash1, const int64_t hash2) |
void | walberla::mesa_pd::data::getCellCoordinates (const LinkedCells &ll, const uint64_t idx, int64_t &hash0, int64_t &hash1, int64_t &hash2) |