Isorropia: Partitioning, Load Balancing and more
Classes | Namespaces | Macros
Isorropia_EpetraMatcher.hpp File Reference
#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>
Include dependency graph for Isorropia_EpetraMatcher.hpp:

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

 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::Epetra
 

Macros

#define MIN(a, b)   ((a)<(b)?(a):(b))
 

Macro Definition Documentation

#define MIN (   a,
 
)    ((a)<(b)?(a):(b))