RoundGrid.hpp
Go to the documentation of this file.
1 
6 #ifndef ROUNDGRID
7 #define ROUNDGRID 1
8 #include "VoronoiMesh.hpp"
9 
17 #ifdef RICH_MPI
18 #endif
20 
23 vector<Vector2D> RoundGrid(vector<Vector2D> const& points,
24  OuterBoundary const* bc,int NumberIt=10,
25  #ifdef RICH_MPI
26  Tessellation const* tproc=0,
27  #endif
28  Tessellation *tess=0);
29 #endif //ROUNDGRID
Abstract class for tessellation.
vector< Vector2D > RoundGrid(vector< Vector2D > const &points, OuterBoundary const *bc, int NumberIt=10, Tessellation const *tproc=0, Tessellation *tess=0)
Makes the cells rounder.
Definition: RoundGrid.cpp:4
Voronoi tessellation with MPI option.
Abstract class for geometric boundary conditions for the tessellation.