ug4
|
allows to pre-process data before partitioning starts More...
#include <partitioner.h>
Public Member Functions | |
virtual void | partitioning_done (MultiGrid *mg, IPartitioner *partitioner)=0 |
virtual void | partitioning_starts (MultiGrid *mg, IPartitioner *partitioner)=0 |
virtual | ~IPartitionPreProcessor () |
allows to pre-process data before partitioning starts
If supported by a partitioner, a pre-processor is called before partitioning starts. This may e.g. be useful to provide an alternative coordinate set.
|
inlinevirtual |
|
pure virtual |
Implemented in ug::PPP_ReplaceCoordinate< dim >, and ug::PartPreProc_RasterProjectorCoordinates< dim >.
|
pure virtual |
Implemented in ug::PPP_ReplaceCoordinate< dim >, and ug::PartPreProc_RasterProjectorCoordinates< dim >.