SPH
|
Barnes-Hut algorithm for computation of gravitational acceleration. More...
#include "common/ForwardDecl.h"
#include "gravity/IGravity.h"
#include "objects/containers/List.h"
#include "objects/finders/KdTree.h"
#include "objects/geometry/Multipole.h"
#include "physics/Constants.h"
#include "sph/kernel/GravityKernel.h"
#include <atomic>
Go to the source code of this file.
Classes | |
struct | BarnesHutNode |
class | BarnesHut |
Multipole approximation of distance particle. More... | |
struct | BarnesHut::TreeWalkState |
Data passed into each node during treewalk. More... | |
struct | BarnesHut::TreeWalkResult |
Barnes-Hut algorithm for computation of gravitational acceleration.
Definition in file BarnesHut.h.