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

The algorithm for block partitioning. More...

#include <Zoltan2_Algorithm.hpp>
#include <Zoltan2_IdentifierModel.hpp>
#include <Zoltan2_PartitioningSolution.hpp>
#include <bitset>
#include <sstream>
#include <string>
Include dependency graph for Zoltan2_AlgBlock.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zoltan2::AlgBlock< Adapter >
 

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Enumerations

enum  Zoltan2::blockParams {
  Zoltan2::block_balanceCount, Zoltan2::block_balanceWeight, Zoltan2::block_minTotalWeight, Zoltan2::block_minMaximumWeight,
  Zoltan2::block_balanceTotalMaximum, Zoltan2::NUM_BLOCK_PARAMS
}
 The boolean parameters of interest to the Block algorithm. More...
 

Detailed Description

The algorithm for block partitioning.

Definition in file Zoltan2_AlgBlock.hpp.