EpetraExt Package Browser (Single Doxygen Collection)
Development
|
#include "hypre_Helpers.hpp"
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_Array.hpp"
#include <iostream>
#include <fstream>
#include <math.h>
#include <cstdlib>
#include <time.h>
#include <vector>
#include <map>
Go to the source code of this file.
Functions | |
EpetraExt_HypreIJMatrix * | newHypreMatrix (const int N, const int type) |
Epetra_CrsMatrix * | newCrsMatrix (EpetraExt_HypreIJMatrix &Matrix) |
bool | EquivalentVectors (Epetra_MultiVector &Y1, Epetra_MultiVector &Y2, const double tol) |
bool | EquivalentMatrices (Epetra_RowMatrix &HypreMatrix, Epetra_RowMatrix &CrsMatrix, const double tol) |
EpetraExt_HypreIJMatrix* newHypreMatrix | ( | const int | N, |
const int | type | ||
) |
Definition at line 55 of file hypre_Helpers.cpp.
Epetra_CrsMatrix* newCrsMatrix | ( | EpetraExt_HypreIJMatrix & | Matrix | ) |
Definition at line 169 of file hypre_Helpers.cpp.
bool EquivalentVectors | ( | Epetra_MultiVector & | Y1, |
Epetra_MultiVector & | Y2, | ||
const double | tol | ||
) |
Definition at line 193 of file hypre_Helpers.cpp.
bool EquivalentMatrices | ( | Epetra_RowMatrix & | HypreMatrix, |
Epetra_RowMatrix & | CrsMatrix, | ||
const double | tol | ||
) |
Definition at line 229 of file hypre_Helpers.cpp.