#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.
|
const int | N = 10 |
|
const int | MatType = 3 |
|
const double | tol = 1E-6 |
|
TEUCHOS_UNIT_TEST |
( |
Ifpack_Hypre |
, |
|
|
Construct |
|
|
) |
| |
TEUCHOS_UNIT_TEST |
( |
Ifpack_Hypre |
, |
|
|
ParameterList |
|
|
) |
| |