source
tessellation
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
Tessellation
Abstract class for tessellation.
Definition:
tessellation.hpp:21
RoundGrid
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
VoronoiMesh.hpp
Voronoi tessellation with MPI option.
OuterBoundary
Abstract class for geometric boundary conditions for the tessellation.
Definition:
OuterBoundary.hpp:19
Generated on Thu Jun 4 2020 18:12:17 by
1.8.13