Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Zoltan2_PartitioningAlgorithms.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Zoltan2: A package of combinatorial algorithms for scientific computing
4 //
5 // Copyright 2012 NTESS and the Zoltan2 contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef _ZOLTAN2_PARTITIONINGALGORITHMS_HPP_
11 #define _ZOLTAN2_PARTITIONINGALGORITHMS_HPP_
12 
13 #include <Zoltan2_Standards.hpp>
14 #include <Zoltan2_AlgScotch.hpp>
15 #include <Zoltan2_AlgParMETIS.hpp>
16 #include <Zoltan2_AlgQuotient.hpp>
17 #include <Zoltan2_AlgPuLP.hpp>
18 #include <Zoltan2_AlgParMA.hpp>
19 #include <Zoltan2_AlgBlock.hpp>
21 #include <Zoltan2_AlgSarma.hpp>
22 #include <Zoltan2_AlgZoltan.hpp>
24 
25 #endif
interface to the Zoltan package
Contains the Multi-jagged algorthm.
NOT a real algorithm; this algorithm is used to force hard-coded results for testing.
interface to the ParMA library
interface to the PuLP third-party library
Gathering definitions used in software development.
Interface to the third-party library ParMETIS.
interface to the Scotch third-party library
The algorithm for block partitioning.