#include <Epetra_ConfigDefs.h>#include "EpetraExt_Version.h"#include "Epetra_MpiComm.h"#include <mpi.h>#include "Epetra_SerialComm.h"#include "Epetra_Time.h"#include "Epetra_Map.h"#include "Epetra_CrsGraph.h"#include "Epetra_IntVector.h"#include "Epetra_MapColoring.h"#include "EpetraExt_MapColoring.h"#include "EpetraExt_MapColoringIndex.h"#include "../epetra_test_err.h"#include <vector>Include dependency graph for test/MapColoring/cxx_main.cpp:
Go to the source code of this file.
Functions | |
| void | printColoring (const Epetra_MapColoring &ColorMap, Epetra_CrsGraph *A, bool verbose) |
| int | main (int argc, char *argv[]) |
|
||||||||||||||||
|
|
|
||||||||||||
|
Definition at line 53 of file test/MapColoring/cxx_main.cpp. |
1.3.9.1