Zoltan2
|
Contains the Multi-jagged algorthm. More...
#include <Zoltan2_MultiJagged_ReductionOps.hpp>
#include <Zoltan2_CoordinateModel.hpp>
#include <Zoltan2_Parameters.hpp>
#include <Zoltan2_Algorithm.hpp>
#include <Zoltan2_IntegerRangeList.hpp>
#include <Zoltan2_CoordinatePartitioningGraph.hpp>
#include <Zoltan2_Util.hpp>
#include <Tpetra_Distributor.hpp>
#include <Teuchos_StandardParameterEntryValidators.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Kokkos_Sort.hpp>
#include <algorithm>
#include <vector>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
Teuchos | |
Zoltan2 | |
Created by mbenlioglu on Aug 31, 2020. | |
Functions | |
template<class IT , class WT > | |
void | Zoltan2::uqsort (IT n, uSortItem< IT, WT > *arr) |
Quick sort function. Sorts the arr of uSortItems, with respect to increasing vals. DOCWORK: Document input params. More... | |
template<class IT , class WT , class SIGN > | |
void | Zoltan2::uqSignsort (IT n, uSignedSortItem< IT, WT, SIGN > *arr) |
Quick sort function. Sorts the arr of uSignedSortItems, with respect to increasing vals. More... | |
Contains the Multi-jagged algorthm.
Definition in file Zoltan2_AlgMultiJagged.hpp.