SpherePackingScenarioGenerator
|
#include <math.h>
#include <vector>
#include "Vector.h"
#include "GridField.h"
#include "Event.h"
#include "Sphere.h"
#include "Heap.h"
#include "algorithms/geometries/SphereGeometry.h"
Go to the source code of this file.
Classes | |
class | algorithms::ls::Box |
class | algorithms::ls::collision |
class | algorithms::ls::Neighbor |
Namespaces | |
namespace | algorithms |
namespace | algorithms::ls |
Defines | |
#define | DBL_EPSILON_ls 2.2204460492503131e-016 |
#define | Mass_ls 1.0 |
#define | PI_ls 3.141592653589793238462643 |
#define | SIZE_ls 1.0 |
#define | VOLUMESPHERE_ls pow(PI_ls,((double)(DIM))/2.)/exp(lgamma(1+((double)(DIM))/2.)) |
#define DBL_EPSILON_ls 2.2204460492503131e-016 |
#define Mass_ls 1.0 |
#define PI_ls 3.141592653589793238462643 |
#define SIZE_ls 1.0 |
#define VOLUMESPHERE_ls pow(PI_ls,((double)(DIM))/2.)/exp(lgamma(1+((double)(DIM))/2.)) |