#include "ICCD.h"
#include <pe/rigidbody/BodyStorage.h>
#include <pe/Types.h>
#include <core/logging/Logging.h>
#include <core/debug/Debug.h>
#include <core/NonCopyable.h>
#include <cmath>
#include <list>
#include <sstream>
#include <vector>
#include <unordered_set>
#include <pe/raytracing/Ray.h>
#include <pe/utility/BodyCast.h>
#include <pe/raytracing/Intersects.h>
Classes | |
class | walberla::pe::ccd::HashGrids |
Implementation of the 'Hierarchical Hash Grids' coarse collision detection algorithm. More... | |
class | walberla::pe::ccd::HashGrids::HashGrid |
Implementation of the hash grid data structure. More... | |
struct | walberla::pe::ccd::HashGrids::HashGrid::Cell |
Data structure for representing a cell in the hash grid (used by the 'Hierarchical Hash Grids' coarse collision detection algorithm). More... | |
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::pe | |
walberla::pe::ccd | |