Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
test/CompareWithAztecOO/cxx_main.cpp File Reference
#include "Ifpack_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Vector.h"
#include "Epetra_LinearProblem.h"
#include "Epetra_Time.h"
#include "Galeri_Maps.h"
#include "Galeri_CrsMatrices.h"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include "Ifpack_AdditiveSchwarz.h"
#include "AztecOO.h"
#include "Ifpack_Graph_Epetra_RowMatrix.h"
#include "Ifpack_PointRelaxation.h"
#include "Ifpack_IC.h"
#include "Ifpack_ILU.h"
#include "Ifpack_Amesos.h"
Include dependency graph for test/CompareWithAztecOO/cxx_main.cpp:

Go to the source code of this file.

Functions

bool CompareWithAztecOO (Epetra_LinearProblem &Problem, const std::string what, int Overlap, int ival)
 
int main (int argc, char *argv[])
 

Variables

bool verbose = false
 

Function Documentation

bool CompareWithAztecOO ( Epetra_LinearProblem Problem,
const std::string  what,
int  Overlap,
int  ival 
)

Definition at line 68 of file test/CompareWithAztecOO/cxx_main.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 220 of file test/CompareWithAztecOO/cxx_main.cpp.

Variable Documentation

bool verbose = false

Definition at line 66 of file test/CompareWithAztecOO/cxx_main.cpp.