Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
LL/hypre_UnitTest.cpp File Reference
#include "Ifpack.h"
#include "AztecOO.h"
#include "Galeri_Maps.h"
#include "Galeri_CrsMatrices.h"
#include "Galeri_Utils.h"
#include "Epetra_MultiVector.h"
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_RCP.hpp"
#include "Epetra_ConfigDefs.h"
#include "Epetra_Vector.h"
#include "Epetra_RowMatrix.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Map.h"
#include "Epetra_SerialComm.h"
#include "Teuchos_Array.hpp"
#include <string>
#include <stdio.h>
#include <map>
Include dependency graph for LL/hypre_UnitTest.cpp:

Go to the source code of this file.

Functions

 TEUCHOS_UNIT_TEST (Ifpack_Hypre, Construct)
 
 TEUCHOS_UNIT_TEST (Ifpack_Hypre, ParameterList)
 

Variables

const int N = 10
 
const int MatType = 3
 
const double tol = 1E-6
 

Function Documentation

TEUCHOS_UNIT_TEST ( Ifpack_Hypre  ,
Construct   
)

Definition at line 77 of file LL/hypre_UnitTest.cpp.

TEUCHOS_UNIT_TEST ( Ifpack_Hypre  ,
ParameterList   
)

Definition at line 94 of file LL/hypre_UnitTest.cpp.

Variable Documentation

const int N = 10

Definition at line 73 of file LL/hypre_UnitTest.cpp.

const int MatType = 3

Definition at line 74 of file LL/hypre_UnitTest.cpp.

const double tol = 1E-6

Definition at line 75 of file LL/hypre_UnitTest.cpp.