9 #include "../tessellation/VoronoiMesh.hpp" 10 #include "../newtonian/two_dimensional/diagnostics.hpp" 11 #include "../misc/simple_io.hpp" 24 outer,
int Niter=100,
double speed=0.04,
int mode=2,
bool Rmin=
false);
37 outer,
double TargetLoad,
double speed=0.04,
int mode=2,
bool Rmin=
false);
Abstract class for tessellation.
void SetLoad(Tessellation &tproc, vector< Vector2D > &points, OuterBoundary const &outer, int Niter=100, double speed=0.04, int mode=2, bool Rmin=false)
Corrects the load between processors based on number of cells per processor.
A class that tries to maintain a constant number of points per processor by solving eq 68 in AREPO's ...
Abstract class for geometric boundary conditions for the tessellation.