Zoltan2
Classes | Namespaces | Macros
Zoltan2_Algorithm.hpp File Reference
#include <Zoltan2_Standards.hpp>
#include <Zoltan2_ColoringSolution.hpp>
#include <Zoltan2_OrderingSolution.hpp>
#include <Zoltan2_PartitioningSolution.hpp>
#include <Zoltan2_CoordinatePartitioningGraph.hpp>
Include dependency graph for Zoltan2_Algorithm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zoltan2::Algorithm< Adapter >
 Algorithm defines the base class for all algorithms. More...
 
class  Zoltan2::Algorithm< Adapter >
 Algorithm defines the base class for all algorithms. More...
 

Namespaces

 Zoltan2
 

Macros

#define Z2_THROW_NOT_IMPLEMENTED_IN_ALGORITHM
 

Macro Definition Documentation

#define Z2_THROW_NOT_IMPLEMENTED_IN_ALGORITHM
Value:
{ \
std::ostringstream emsg; \
emsg << __FILE__ << "," << __LINE__ \
<< " error: " << __func__zoltan2__ \
<< " is not implement in selected algorithm " \
<< std::endl; \
throw std::runtime_error(emsg.str()); \
}
#define __func__zoltan2__

Definition at line 64 of file Zoltan2_Algorithm.hpp.