EpetraExt Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
hypre_UnitTest.cpp File Reference
#include "Teuchos_UnitTestHarness.hpp"
#include "HYPRE_IJ_mv.h"
#include "EpetraExt_HypreIJMatrix.h"
#include "EpetraExt_MatrixMatrix.h"
#include "Epetra_ConfigDefs.h"
#include "Epetra_Vector.h"
#include "Epetra_RowMatrix.h"
#include "Epetra_MultiVector.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Map.h"
#include "Epetra_SerialComm.h"
#include "hypre_Helpers.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_ParameterEntry.hpp"
#include "Teuchos_ParameterListExceptions.hpp"
#include "Teuchos_Array.hpp"
#include <string>
#include <stdio.h>
#include <map>
Include dependency graph for hypre_UnitTest.cpp:

Go to the source code of this file.

Namespaces

 EpetraExt
 EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
 

Functions

 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, Construct)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, MatVec)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, BetterMatVec)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, TransposeMatVec)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, LeftScale)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, RightScale)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, ExtractDiagonalCopy)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, InvRowSums)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, InvColSums)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NormInf)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NormOne)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NumGlobalNonzeros)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NumGlobalRows)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NumGlobalCols)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NumGlobalDiagonals)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NumMyNonzeros)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NumMyRows)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NumMyCols)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, NumMyDiagonals)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, MaxNumEntries)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, ApplyInverse)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, SameMatVec)
 
 EpetraExt::TEUCHOS_UNIT_TEST (EpetraExt_hypre, Solve)
 

Variables

const int EpetraExt::N = 100
 
const int EpetraExt::MatType = 4
 
const double EpetraExt::tol = 1E-6