Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include <sys/resource.h>
#include "Ifpack_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_MultiVector.h"
#include "Epetra_Vector.h"
#include "Epetra_LinearProblem.h"
#include "Epetra_Map.h"
#include "Galeri_Maps.h"
#include "Galeri_CrsMatrices.h"
#include "Galeri_Utils.h"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include "Ifpack_PointRelaxation.h"
#include "Ifpack_BlockRelaxation.h"
#include "Ifpack_SparseContainer.h"
#include "Ifpack_Amesos.h"
#include "AztecOO.h"
Go to the source code of this file.
Functions | |
bool | ComparePointAndBlock (std::string PrecType, const Teuchos::RefCountPtr< Epetra_RowMatrix > &A, int sweeps) |
int | main (int argc, char *argv[]) |
Variables | |
static bool | verbose = false |
static bool | SymmetricGallery = false |
static bool | Solver = AZ_gmres |
const int | NumVectors = 3 |
bool ComparePointAndBlock | ( | std::string | PrecType, |
const Teuchos::RefCountPtr< Epetra_RowMatrix > & | A, | ||
int | sweeps | ||
) |
Definition at line 74 of file performance.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 167 of file performance.cpp.
Definition at line 68 of file performance.cpp.
Definition at line 69 of file performance.cpp.
|
static |
Definition at line 70 of file performance.cpp.
const int NumVectors = 3 |
Definition at line 71 of file performance.cpp.