Makes the initial cells rounder. More...
#include "VoronoiMesh.hpp"

Go to the source code of this file.
Functions | |
| vector< Vector2D > | RoundGrid (vector< Vector2D > const &points, OuterBoundary const *bc, int NumberIt=10, Tessellation const *tproc=0, Tessellation *tess=0) |
| Makes the cells rounder. More... | |
Makes the initial cells rounder.
Definition in file RoundGrid.hpp.
| vector<Vector2D> RoundGrid | ( | vector< Vector2D > const & | points, |
| OuterBoundary const * | bc, | ||
| int | NumberIt = 10, |
||
| Tessellation const * | tproc = 0, |
||
| Tessellation * | tess = 0 |
||
| ) |
Makes the cells rounder.
| points | The initial points |
| bc | The outer boundary conditions |
| NumberIt | The number of correction iterations |
| tess | The tessellation |
| tproc | The tessellation of processors |
Definition at line 4 of file RoundGrid.cpp.

1.8.13