#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.
|
| 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 |
|
|
#define | MIN(a, b) ((a)<(b)?(a):(b)) |
|
#define MIN |
( |
|
a, |
|
|
|
b |
|
) |
| ((a)<(b)?(a):(b)) |