|
changa 3.5
|
#include <sstream>#include "SFC.h"Go to the source code of this file.
Functions | |
| std::string | TreeStuff::keyBits (const Key k, const int numBits) |
| Convert a Key into a printable string. | |
Variables | |
| const double | TreeStuff::opening_geometry_factor = 2 / sqrt(3.0) |
| int | TreeStuff::maxBucketSize |
| The maximum number of particles in a bucket. | |
This header defines the structures used to make up trees.
| const double TreeStuff::opening_geometry_factor = 2 / sqrt(3.0) |
This converts a "radius to the furthest particle" to the standard Barnes-Hut cell size. We use it to keep the definition of theta consistent.