Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
performance.cpp File Reference
#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"
Include dependency graph for performance.cpp:

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
 

Function Documentation

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.

Variable Documentation

bool verbose = false
static

Definition at line 68 of file performance.cpp.

bool SymmetricGallery = false
static

Definition at line 69 of file performance.cpp.

bool Solver = AZ_gmres
static

Definition at line 70 of file performance.cpp.

const int NumVectors = 3

Definition at line 71 of file performance.cpp.