SPH
|
#include <BarnesHut.h>
Public Attributes | |
std::atomic_int | approximatedNodes = { 0 } |
Number of nodes approximated using multipole expansion. More... | |
std::atomic_int | exactNodes = { 0 } |
Number of opened leafs where exact (pair-wise) solution has been used. More... | |
Definition at line 145 of file BarnesHut.h.
std::atomic_int BarnesHut::TreeWalkResult::approximatedNodes = { 0 } |
Number of nodes approximated using multipole expansion.
Definition at line 147 of file BarnesHut.h.
std::atomic_int BarnesHut::TreeWalkResult::exactNodes = { 0 } |
Number of opened leafs where exact (pair-wise) solution has been used.
Definition at line 150 of file BarnesHut.h.