Zoltan2
|
#include <Zoltan2_TestHelpers.hpp>
#include <Zoltan2_Typedefs.hpp>
#include <Zoltan2_EvaluateOrdering.hpp>
#include <Zoltan2_EvaluatePartition.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_XMLObject.hpp>
#include <Teuchos_FileInputSource.hpp>
#include <sstream>
#include <string>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | MetricAnalyzerInfo |
class | MetricAnalyzer< Adapter > |
class | MetricAnalyzerEvaluatePartition< Adapter > |
class | MetricAnalyzerEvaluateOrdering< Adapter > |
Macros | |
#define | KEYWORD_PARAMETER_NAME "check" |
#define | UPPER_PARAMETER_NAME "upper" |
#define | LOWER_PARAMETER_NAME "lower" |
#define | WEIGHT_PARAMETER_NAME "weight" |
#define | NORMED_PARAMETER_NAME "normed" |
#define | UNDEFINED_PARAMETER_INT_INDEX -1 |
#define | API_STRING_getWeightImbalance "imbalance" |
#define | API_STRING_getTotalEdgeCuts "total edge cuts" |
#define | API_STRING_getMaxEdgeCuts "max edge cuts" |
#define | API_STRING_getBandwidth "bandwidth" |
#define | API_STRING_getEnvelope "envelope" |
#define | API_STRING_getSeparatorSize "separator size" |
#define KEYWORD_PARAMETER_NAME "check" |
Definition at line 52 of file Zoltan2_MetricAnalyzer.hpp.
#define UPPER_PARAMETER_NAME "upper" |
Definition at line 53 of file Zoltan2_MetricAnalyzer.hpp.
#define LOWER_PARAMETER_NAME "lower" |
Definition at line 54 of file Zoltan2_MetricAnalyzer.hpp.
#define WEIGHT_PARAMETER_NAME "weight" |
Definition at line 255 of file Zoltan2_MetricAnalyzer.hpp.
#define NORMED_PARAMETER_NAME "normed" |
Definition at line 256 of file Zoltan2_MetricAnalyzer.hpp.
#define UNDEFINED_PARAMETER_INT_INDEX -1 |
#define API_STRING_getWeightImbalance "imbalance" |
#define API_STRING_getTotalEdgeCuts "total edge cuts" |
#define API_STRING_getMaxEdgeCuts "max edge cuts" |
#define API_STRING_getBandwidth "bandwidth" |
Definition at line 388 of file Zoltan2_MetricAnalyzer.hpp.
#define API_STRING_getEnvelope "envelope" |
Definition at line 389 of file Zoltan2_MetricAnalyzer.hpp.
#define API_STRING_getSeparatorSize "separator size" |
Definition at line 390 of file Zoltan2_MetricAnalyzer.hpp.