Isorropia: Partitioning, Load Balancing and more
|
Isorropia::CostDescriber | Interface (abstract base class) for describing the weights or costs associated with the vertices and/or edges or hyperedges of the object to be partitioned, ordered or colored |
Isorropia::Epetra::CostDescriber | |
exception | |
Isorropia::Exception | A simple extension of std::exception with constructors that accept a message in the form of a 'const char*' or a 'std::string' |
Isorropia::Epetra::Library | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
Isorropia::Epetra::ZoltanLibClass | |
Isorropia::Epetra::Matcher | An implementation of the Matcher interface that operates on Epetra matrices and Graphs |
Isorropia::Operator | Interface (abstract base class) for computing a new partitioning/coloring/ ordering and exploiting their results |
Isorropia::Colorer | Interface (abstract base class) for computing a new coloring and describing the result |
Isorropia::Epetra::Colorer | An implementation of the Colorer interface that operates on Epetra matrices and linear systems |
Isorropia::Epetra::Operator | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
Isorropia::Epetra::Colorer | An implementation of the Colorer interface that operates on Epetra matrices and linear systems |
Isorropia::Epetra::LevelScheduler | An implementation of the LevelScheduler interface that operates on and Epetra_CrsGraph, representing the non-zeros in a matrix |
Isorropia::Epetra::Orderer | An implementation of the Orderer interface that operates on Epetra matrices and linear systems |
Isorropia::Epetra::Partitioner | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
Isorropia::Epetra::Partitioner2D | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
Isorropia::LevelScheduler | Interface (abstract base class) for an operator that computes a partitioning of local elements into levels |
Isorropia::Epetra::LevelScheduler | An implementation of the LevelScheduler interface that operates on and Epetra_CrsGraph, representing the non-zeros in a matrix |
Isorropia::Orderer | Interface (abstract base class) for computing a new ordering and describing the layout of elements in the new order |
Isorropia::Epetra::Orderer | An implementation of the Orderer interface that operates on Epetra matrices and linear systems |
Isorropia::Partitioner | Interface (abstract base class) for computing a new partitioning and describing the layout of elements in the new partition (the parts) |
Isorropia::Epetra::Partitioner | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
Isorropia::Partitioner2D | Interface (abstract base class) for computing a new 2D partitioning and describing the layout of elements in the new partitions |
Isorropia::Epetra::Partitioner2D | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
Isorropia::Epetra::Prober | An implementation of the Prober interface that operates on Epetra matrices and linear systems |
Isorropia::Epetra::ZoltanLib::QueryObject | QueryObject is a class that contains the query functions required by the Zoltan library |
Isorropia::Redistributor | Abstract base class for classes which are constructed with a Partitioner instance, and define methods to redistribute their objects |
Isorropia::Epetra::Redistributor | Class which is constructed with a Partitioner instance, and provides several methods for redistributing Epetra objects given the partitioning computed by the Partitioner object |