MFEM v2.0
Public Member Functions
HypreDiagScale Class Reference

Jacobi preconditioner in hypre. More...

#include <hypre.hpp>

Inheritance diagram for HypreDiagScale:
Inheritance graph
[legend]
Collaboration diagram for HypreDiagScale:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual operator HYPRE_Solver () const
 Typecast to HYPRE_Solver -- return the solver.
virtual HYPRE_PtrToParSolverFcn SetupFcn () const
 hypre's internal Setup function
virtual HYPRE_PtrToParSolverFcn SolveFcn () const
 hypre's internal Solve function
HypreParMatrixGetData ()
virtual ~HypreDiagScale ()

Detailed Description

Jacobi preconditioner in hypre.

Definition at line 333 of file hypre.hpp.


Constructor & Destructor Documentation

virtual HypreDiagScale::~HypreDiagScale ( ) [inline, virtual]

Definition at line 344 of file hypre.hpp.


Member Function Documentation

HypreParMatrix* HypreDiagScale::GetData ( ) [inline]

Definition at line 343 of file hypre.hpp.

References HypreSolver::A.

virtual HypreDiagScale::operator HYPRE_Solver ( ) const [inline, virtual]

Typecast to HYPRE_Solver -- return the solver.

Implements HypreSolver.

Definition at line 336 of file hypre.hpp.

virtual HYPRE_PtrToParSolverFcn HypreDiagScale::SetupFcn ( ) const [inline, virtual]

hypre's internal Setup function

Implements HypreSolver.

Definition at line 338 of file hypre.hpp.

virtual HYPRE_PtrToParSolverFcn HypreDiagScale::SolveFcn ( ) const [inline, virtual]

hypre's internal Solve function

Implements HypreSolver.

Definition at line 340 of file hypre.hpp.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines