ALL 0.9.3
A Loadbalacing Library
|
#include "ALL_CustomExceptions.hpp"
#include "ALL_LB.hpp"
#include "ALL_Point.hpp"
#include <algorithm>
#include <exception>
#include <iomanip>
#include <map>
#include <mpi.h>
#include <sstream>
#include <voro++.hh>
Go to the source code of this file.
Classes | |
class | ALL::Voronoi_LB< T, W > |
Namespaces | |
namespace | ALL |
Macros | |
#define | ALL_VORONOI_MAX_NEIGHBORS 32 |
#define | ALL_VORONOI_NEIGHBOR_SEARCH_DEPTH 2 |
#define | ALL_VORONOI_SUBBLOCKS 20 |
#define ALL_VORONOI_MAX_NEIGHBORS 32 |
Definition at line 35 of file ALL_Voronoi.hpp.
#define ALL_VORONOI_NEIGHBOR_SEARCH_DEPTH 2 |
Definition at line 40 of file ALL_Voronoi.hpp.
#define ALL_VORONOI_SUBBLOCKS 20 |
Definition at line 37 of file ALL_Voronoi.hpp.