|
ALL 0.9.4
A Loadbalacing Library
|
Go to the source code of this file.
Macros | |
| #define | MPI_RUN_ORDER(comm, rank, max_ranks, fun) |
| #define | MPI_RUN_ORDER_DEF(fun) |
Functions | |
| void | convert_verts (std::vector< ALL::Point< double > > *vv, double *verts) |
| int | main (int argc, char **argv) |
| void | print_domain (int rank, double *verts) |
| void | print_loc (int rank, int *loc, int *size) |
| void | print_testing_output (int rank, std::vector< ALL::Point< double > > &vertices, int timestep) |
| void | print_width (int rank, double width, double bottom, double top) |
| void | print_work (int rank, double work) |
| #define MPI_RUN_ORDER | ( | comm, | |
| rank, | |||
| max_ranks, | |||
| fun ) |
Definition at line 44 of file ALL_Voronoi.cpp.
| #define MPI_RUN_ORDER_DEF | ( | fun | ) |
Definition at line 59 of file ALL_Voronoi.cpp.
| void convert_verts | ( | std::vector< ALL::Point< double > > * | vv, |
| double * | verts ) |
| int main | ( | int | argc, |
| char ** | argv ) |
| void print_domain | ( | int | rank, |
| double * | verts ) |
| void print_loc | ( | int | rank, |
| int * | loc, | ||
| int * | size ) |
| void print_testing_output | ( | int | rank, |
| std::vector< ALL::Point< double > > & | vertices, | ||
| int | timestep ) |
| void print_width | ( | int | rank, |
| double | width, | ||
| double | bottom, | ||
| double | top ) |
Definition at line 61 of file ALL_Voronoi.cpp.
| void print_work | ( | int | rank, |
| double | work ) |