Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Macros
Zoltan2_OrderingProblem.hpp File Reference

Defines the OrderingProblem class. More...

#include <Zoltan2_Problem.hpp>
#include <Zoltan2_OrderingAlgorithms.hpp>
#include <Zoltan2_OrderingSolution.hpp>
#include <Zoltan2_EvaluateOrdering.hpp>
#include <Zoltan2_GraphModel.hpp>
#include <string>
#include <bitset>
Include dependency graph for Zoltan2_OrderingProblem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zoltan2::OrderingProblem< Adapter >
 OrderingProblem sets up ordering problems for the user. More...
 

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Macros

#define ZOLTAN2_COMPUTE_ORDERING
 

Detailed Description

Defines the OrderingProblem class.

Definition in file Zoltan2_OrderingProblem.hpp.

Macro Definition Documentation

#define ZOLTAN2_COMPUTE_ORDERING
Value:
if(localOrderingSolution_ != Teuchos::null) { \
alg.localOrder(localOrderingSolution_); \
} \
if(globalOrderingSolution_ != Teuchos::null) { \
alg.globalOrder(globalOrderingSolution_); \
}