Functions
RoundGrid.hpp File Reference

Makes the initial cells rounder. More...

#include "VoronoiMesh.hpp"
Include dependency graph for RoundGrid.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

vector< Vector2DRoundGrid (vector< Vector2D > const &points, OuterBoundary const *bc, int NumberIt=10, Tessellation const *tproc=0, Tessellation *tess=0)
 Makes the cells rounder. More...
 

Detailed Description

Makes the initial cells rounder.

Author
Elad Steinberg

Definition in file RoundGrid.hpp.

Function Documentation

◆ 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.

Parameters
pointsThe initial points
bcThe outer boundary conditions
NumberItThe number of correction iterations
tessThe tessellation
tprocThe tessellation of processors
Returns
The points that give a rounder tessellation

Definition at line 4 of file RoundGrid.cpp.

Here is the call graph for this function: