Isorropia: Partitioning, Load Balancing and more
|
#include "Isorropia_ConfigDefs.hpp"
#include <Teuchos_RCP.hpp>
#include <zoltan_cpp.h>
#include <set>
#include <map>
#include <Kokkos_DefaultNode.hpp>
#include <Tpetra_CrsGraph_decl.hpp>
#include <Tpetra_RowMatrix.hpp>
#include <Tpetra_MultiVector_decl.hpp>
#include <Isorropia_TpetraCostDescriber.hpp>
Go to the source code of this file.
Classes | |
class | Isorropia::Tpetra::ZoltanLib::QueryObject< Node > |
QueryObject is a class that contains the query functions required by the Zoltan library. More... | |
Namespaces | |
Isorropia | |
Isorropia is the namespace that contains general definitions that apply to all partitioners and that contains abstract classes that declare the methods and data to be supplied by specific partitioners. | |
Isorropia::Tpetra | |
Isorropia::Tpetra::ZoltanLib | |
The ZoltanLib namespace within the Tpetra namespace contains the classes and functions that use the Zoltan library to partition an Tpetra object. | |