Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_BLAS.h"
#include "ExecuteTestProblems.h"
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_FECrsGraph.h"
#include "Epetra_FECrsMatrix.h"
#include "Epetra_IntSerialDenseVector.h"
#include "Epetra_SerialDenseMatrix.h"
Go to the source code of this file.
Functions | |
int | Drumm1 (const Epetra_Map &map, bool verbose) |
int | Drumm2 (const Epetra_Map &map, bool verbose) |
int | four_quads (const Epetra_Comm &Comm, bool preconstruct_graph, bool verbose) |
int | Young1 (const Epetra_Comm &Comm, bool verbose) |
int | rectangular (const Epetra_Comm &Comm, bool verbose) |
int Drumm1 | ( | const Epetra_Map & | map, |
bool | verbose | ||
) |
Definition at line 54 of file FECrsGraph_LL/ExecuteTestProblems.cpp.
int Drumm2 | ( | const Epetra_Map & | map, |
bool | verbose | ||
) |
Definition at line 135 of file FECrsGraph_LL/ExecuteTestProblems.cpp.
int four_quads | ( | const Epetra_Comm & | Comm, |
bool | preconstruct_graph, | ||
bool | verbose | ||
) |
Definition at line 208 of file FECrsGraph_LL/ExecuteTestProblems.cpp.
int Young1 | ( | const Epetra_Comm & | Comm, |
bool | verbose | ||
) |
Definition at line 561 of file FECrsGraph_LL/ExecuteTestProblems.cpp.
int rectangular | ( | const Epetra_Comm & | Comm, |
bool | verbose | ||
) |
Definition at line 637 of file FECrsGraph_LL/ExecuteTestProblems.cpp.