ug4
ug::IPartitionPreProcessor Class Referenceabstract

allows to pre-process data before partitioning starts More...

#include <partitioner.h>

+ Inheritance diagram for ug::IPartitionPreProcessor:

Public Member Functions

virtual void partitioning_done (MultiGrid *mg, IPartitioner *partitioner)=0
 
virtual void partitioning_starts (MultiGrid *mg, IPartitioner *partitioner)=0
 
virtual ~IPartitionPreProcessor ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~IPartitionPreProcessor()

virtual ug::IPartitionPreProcessor::~IPartitionPreProcessor ( )
inlinevirtual

Member Function Documentation

◆ partitioning_done()

virtual void ug::IPartitionPreProcessor::partitioning_done ( MultiGrid mg,
IPartitioner partitioner 
)
pure virtual

◆ partitioning_starts()

virtual void ug::IPartitionPreProcessor::partitioning_starts ( MultiGrid mg,
IPartitioner partitioner 
)
pure virtual

The documentation for this class was generated from the following file: