Zoltan2
Classes | Namespaces | Defines
Zoltan2_Algorithm.hpp File Reference
#include <Zoltan2_Standards.hpp>
#include <Zoltan2_ColoringSolution.hpp>
#include <Zoltan2_OrderingSolution.hpp>
#include <Zoltan2_PartitioningSolution.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...

Namespaces

namespace  Zoltan2

Defines

#define Z2_THROW_NOT_IMPLEMENTED_IN_ALGORITHM

Define Documentation

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

Definition at line 58 of file Zoltan2_Algorithm.hpp.