|
Ifpack Package Browser (Single Doxygen Collection) Development
|
#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>
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 |
| TEUCHOS_UNIT_TEST | ( | Ifpack_Hypre | , |
| Construct | ) |
Definition at line 77 of file Hypre_LL/hypre_UnitTest.cpp.
| TEUCHOS_UNIT_TEST | ( | Ifpack_Hypre | , |
| ParameterList | ) |
Definition at line 94 of file Hypre_LL/hypre_UnitTest.cpp.
| const int N = 10 |
Definition at line 73 of file Hypre_LL/hypre_UnitTest.cpp.
| const int MatType = 3 |
Definition at line 74 of file Hypre_LL/hypre_UnitTest.cpp.
| const double tol = 1E-6 |
Definition at line 75 of file Hypre_LL/hypre_UnitTest.cpp.