ALL 0.9.3
A Loadbalacing Library
|
#include "ALL_CustomExceptions.hpp"
#include "ALL_LB.hpp"
#include "ALL_Point.hpp"
#include "ALL_Tensor.hpp"
#include "ALL_Voronoi.hpp"
#include "ALL_ForceBased.hpp"
#include "ALL_Histogram.hpp"
#include "ALL_Staggered.hpp"
#include <algorithm>
#include <iomanip>
#include <memory>
#include <numeric>
#include <sstream>
#include <string>
#include <vector>
#include <cerrno>
#include <sys/stat.h>
#include <limits>
#include <vtkCellArray.h>
#include <vtkCellData.h>
#include <vtkFloatArray.h>
#include <vtkInformation.h>
#include <vtkIntArray.h>
#include <vtkMPIController.h>
#include <vtkPolyhedron.h>
#include <vtkProgrammableFilter.h>
#include <vtkSmartPointer.h>
#include <vtkUnstructuredGrid.h>
#include <vtkVoxel.h>
#include <vtkXMLPUnstructuredGridWriter.h>
#include <vtkXMLUnstructuredGridWriter.h>
Go to the source code of this file.
Classes | |
class | ALL::ALL< T, W > |
Namespaces | |
namespace | ALL |
Macros | |
#define | ALL_ESTIMATION_LIMIT_DEFAULT 0 |
Enumerations | |
enum | ALL::LB_t : int { ALL::STAGGERED = 0 , ALL::TENSOR = 1 , ALL::FORCEBASED = 2 , ALL::VORONOI = 3 , ALL::HISTOGRAM = 4 , ALL::TENSOR_MAX = 5 , ALL::UNIMPLEMENTED = 128 } |
enum type to describe the different balancing methods More... | |