9 #define _USE_MATH_DEFINES    13 #include "../newtonian/two_dimensional/OuterBoundary.hpp"    14 #include "../tessellation/tessellation.hpp" Abstract class for tessellation. 
 
Updates the positions of the processes. 
 
double GetLoadImbalance(Tessellation const &tlocal, int &total) const
Calcualtes the load imbalance as max(number of points per proc)/(avg per proc) 
 
virtual ~ProcessorUpdate(void)
virtual destructor 
 
virtual void Update(Tessellation &tproc, Tessellation const &tlocal) const =0
Moves the processor tessellation.