SpherePackingScenarioGenerator
|
#include <math.h>
#include <vector>
#include <algorithm>
#include <functional>
#include <fstream>
#include <iostream>
#include "tarch/la/Vector.h"
#include "GlobalValue.h"
#include "Cells.h"
#include "Event.h"
#include "Sphere.h"
#include "Heap.h"
#include "Collisions.h"
#include "algorithms/geometries/SphereGeometry.h"
Go to the source code of this file.
Classes | |
class | algorithms::ls2::Simulation |
Namespaces | |
namespace | algorithms |
namespace | algorithms::ls2 |
Defines | |
#define | DBL_EPSILON_ls2 2.2204460492503131e-016 |
#define | Mass_ls2 1.0 |
#define | VOLUMESPHERE_ls2 pow(tarch::la::PI,((double)(DIM))/2.)/exp(lgamma(1+((double)(DIM))/2.)) |
#define DBL_EPSILON_ls2 2.2204460492503131e-016 |
#define Mass_ls2 1.0 |
#define VOLUMESPHERE_ls2 pow(tarch::la::PI,((double)(DIM))/2.)/exp(lgamma(1+((double)(DIM))/2.)) |