|
Isorropia: Partitioning, Load Balancing and more
|
#include <Isorropia_Epetra.hpp>#include <Epetra_SerialComm.h>#include <Epetra_Map.h>#include <Epetra_CrsMatrix.h>#include <Epetra_Import.h>#include <Isorropia_ConfigDefs.hpp>#include <iostream>#include <fstream>#include <string>#include <vector>#include <algorithm>
Go to the source code of this file.
Classes | |
| class | Isorropia::Epetra::Matcher |
| An implementation of the Matcher interface that operates on Epetra matrices and Graphs. More... | |
Namespaces | |
| namespace | 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. | |
| namespace | Isorropia::Epetra |
Defines | |
| #define | MIN(a, b) ((a)<(b)?(a):(b)) |
| #define MIN | ( | a, | |
| b | |||
| ) | ((a)<(b)?(a):(b)) |