EpetraExt Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
hypre_Helpers.cpp File Reference
#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>
Include dependency graph for hypre_Helpers.cpp:

Go to the source code of this file.

Functions

EpetraExt_HypreIJMatrixnewHypreMatrix (const int N, const int type)
 
Epetra_CrsMatrixnewCrsMatrix (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)
 

Function Documentation

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.