Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "Ifpack.h"
#include "Ifpack_Hypre.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 "hypre_Helpers.hpp"
#include "Teuchos_Array.hpp"
#include <string>
#include <stdio.h>
#include <map>
Go to the source code of this file.
Functions | |
TEUCHOS_UNIT_TEST (Ifpack_Hypre, Construct) | |
TEUCHOS_UNIT_TEST (Ifpack_Hypre, ParameterList) | |
TEUCHOS_UNIT_TEST (Ifpack_Hypre, Ifpack) | |
TEUCHOS_UNIT_TEST (Ifpack_Hypre, DiagonalMatrixInOrder) | |
TEUCHOS_UNIT_TEST (Ifpack_Hypre, DiagonalMatrixOutOfOrder) | |
TEUCHOS_UNIT_TEST (Ifpack_Hypre, NonContiguousRowMap) | |
TEUCHOS_UNIT_TEST | ( | Ifpack_Hypre | , |
Construct | |||
) |
Definition at line 78 of file hypre_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Ifpack_Hypre | , |
ParameterList | |||
) |
Definition at line 99 of file hypre_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Ifpack_Hypre | , |
Ifpack | |||
) |
Definition at line 176 of file hypre_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Ifpack_Hypre | , |
DiagonalMatrixInOrder | |||
) |
Definition at line 238 of file hypre_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Ifpack_Hypre | , |
DiagonalMatrixOutOfOrder | |||
) |
Definition at line 307 of file hypre_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Ifpack_Hypre | , |
NonContiguousRowMap | |||
) |
Definition at line 385 of file hypre_UnitTest.cpp.