GEOSX
Classes | Namespaces | Functions
HypreUtils.hpp File Reference
#include "common/DataTypes.hpp"
#include <HYPRE_krylov.h>
#include <HYPRE_parcsr_ls.h>

Go to the source code of this file.

Classes

struct  geosx::HyprePrecFuncs
 Container for hypre preconditioner function pointers. More...
 
struct  geosx::HypreSolverFuncs
 Container for hypre Krylov solver function pointers. More...
 
struct  geosx::HyprePrecAuxData
 Container for hypre preconditioner auxiliary data. More...
 

Namespaces

 geosx
 

Functions

HYPRE_Int geosx::toHYPRE_Int (integer const index)
 Convert GEOSX integer value to hypre int. More...
 
HYPRE_BigInt geosx::toHYPRE_BigInt (globalIndex const index)
 Convert GEOSX global index value to hypre bigint. More...
 
HYPRE_BigInt * geosx::toHYPRE_BigInt (globalIndex *const index)
 Converts a non-const array from GEOSX globalIndex type to HYPRE_BigInt. More...
 
HYPRE_BigInt const * geosx::toHYPRE_BigInt (globalIndex const *const index)
 Converts a const array from GEOSX globalIndex type to HYPRE_BigInt. More...