#include "ALL.hpp"
#include "ALL_CustomExceptions.hpp"
#include "ALL_Point.hpp"
#include <cmath>
#include <exception>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <random>
#include <sstream>
#include <stdlib.h>
#include <string>
#include <vector>
#include <vtkCellArray.h>
#include <vtkCellLocator.h>
#include <vtkPointData.h>
#include <vtkPoints.h>
#include <vtkPolyData.h>
#include <vtkSmartPointer.h>
#include <vtkVersion.h>
#include <vtkXMLPPolyDataWriter.h>
#include <vtkXMLPolyDataWriter.h>
Go to the source code of this file.
|
void | generate_points (std::vector< ALL::Point< double > > &points, std::vector< double > l, std::vector< double > u, int *lcoords, int *gcoords, int dimension, int &n, int rank) |
|
int | main (int argc, char **argv) |
|
void | print_points (std::vector< ALL::Point< double > > plist, int step, ALL::LB_t method, MPI_Comm comm) |
|
void | read_points (std::vector< ALL::Point< double > > &points, std::vector< double > l, std::vector< double > u, int &n_points, char *filename, int dimension, int rank, MPI_Comm comm) |
|
◆ ALL_HISTOGRAM_DEFAULT_WIDTH
#define ALL_HISTOGRAM_DEFAULT_WIDTH 1.0 |
◆ ALL_VORONOI_PREP_STEPS
#define ALL_VORONOI_PREP_STEPS 50 |
◆ BOX_SIZE
◆ MAX_NEIG
◆ N_GENERATE
◆ N_LOOP
◆ N_PARTICLES
◆ OUTPUT_INTV
◆ SEED
◆ generate_points()
void generate_points |
( |
std::vector< ALL::Point< double > > & | points, |
|
|
std::vector< double > | l, |
|
|
std::vector< double > | u, |
|
|
int * | lcoords, |
|
|
int * | gcoords, |
|
|
int | dimension, |
|
|
int & | n, |
|
|
int | rank ) |
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ print_points()
void print_points |
( |
std::vector< ALL::Point< double > > | plist, |
|
|
int | step, |
|
|
ALL::LB_t | method, |
|
|
MPI_Comm | comm ) |
◆ read_points()
void read_points |
( |
std::vector< ALL::Point< double > > & | points, |
|
|
std::vector< double > | l, |
|
|
std::vector< double > | u, |
|
|
int & | n_points, |
|
|
char * | filename, |
|
|
int | dimension, |
|
|
int | rank, |
|
|
MPI_Comm | comm ) |