MFEM v2.0
Public Member Functions
HypreIdentity Class Reference

The identity operator as a hypre solver. More...

#include <hypre.hpp>

Inheritance diagram for HypreIdentity:
Inheritance graph
[legend]
Collaboration diagram for HypreIdentity:
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
virtual ~HypreIdentity ()

Detailed Description

The identity operator as a hypre solver.

Definition at line 319 of file hypre.hpp.


Constructor & Destructor Documentation

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

Definition at line 329 of file hypre.hpp.


Member Function Documentation

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

Typecast to HYPRE_Solver -- return the solver.

Implements HypreSolver.

Definition at line 322 of file hypre.hpp.

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

hypre's internal Setup function

Implements HypreSolver.

Definition at line 324 of file hypre.hpp.

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

hypre's internal Solve function

Implements HypreSolver.

Definition at line 326 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