GEOSX
Classes | Namespaces
HyprePreconditioner.hpp File Reference
#include "linearAlgebra/solvers/PreconditionerBase.hpp"
#include "linearAlgebra/interfaces/hypre/HypreInterface.hpp"
#include "linearAlgebra/utilities/LinearSolverParameters.hpp"
#include <memory>

Go to the source code of this file.

Classes

class  geosx::HyprePreconditioner
 Wrapper around hypre-based preconditioners. More...
 

Namespaces

 geosx
 

Typedefs

Hypre forward declarations.

Forward declare hypre's solver structs and pointer aliases in order to avoid including hypre headers and leaking into the rest of GEOSX.

using HYPRE_Solver = hypre_Solver_struct *
 Solver pointer alias.