▼NIsorropia | 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 |
▼NEpetra | |
▼NZoltanLib | The CostDescriber class describes the vertex, edge and/or hyperedge weights |
CQueryObject | QueryObject is a class that contains the query functions required by the Zoltan library |
CColorer | An implementation of the Colorer interface that operates on Epetra matrices and linear systems |
CCostDescriber | |
CLevelScheduler | An implementation of the LevelScheduler interface that operates on and Epetra_CrsGraph, representing the non-zeros in a matrix |
CLibrary | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
CMatcher | An implementation of the Matcher interface that operates on Epetra matrices and Graphs |
COperator | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
COrderer | An implementation of the Orderer interface that operates on Epetra matrices and linear systems |
CPartitioner | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
CPartitioner2D | An implementation of the Partitioner interface that operates on Epetra matrices and linear systems |
CProber | An implementation of the Prober interface that operates on Epetra matrices and linear systems |
CRedistributor | Class which is constructed with a Partitioner instance, and provides several methods for redistributing Epetra objects given the partitioning computed by the Partitioner object |
CZoltanLibClass | |
NUtils | Utils is the namespace within the Isorropia namespace that defines general definitions of utilities that may be of use to any specific partitioner |
CColorer | Interface (abstract base class) for computing a new coloring and describing the result |
CCostDescriber | 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 |
CException | A simple extension of std::exception with constructors that accept a message in the form of a 'const char*' or a 'std::string' |
CLevelScheduler | Interface (abstract base class) for an operator that computes a partitioning of local elements into levels |
COperator | Interface (abstract base class) for computing a new partitioning/coloring/ ordering and exploiting their results |
COrderer | Interface (abstract base class) for computing a new ordering and describing the layout of elements in the new order |
CPartitioner | Interface (abstract base class) for computing a new partitioning and describing the layout of elements in the new partition (the parts) |
CPartitioner2D | Interface (abstract base class) for computing a new 2D partitioning and describing the layout of elements in the new partitions |
CRedistributor | Abstract base class for classes which are constructed with a Partitioner instance, and define methods to redistribute their objects |
Nispatest | Ispatest is the namespace that contains isorropia's test-utilities |