|
Zoltan2
|
#include <Zoltan2_Standards.hpp>#include <Zoltan2_ColoringSolution.hpp>#include <Zoltan2_OrderingSolution.hpp>#include <Zoltan2_PartitioningSolution.hpp>

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 |
{ \
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.
1.7.6.1