MFEM v2.0
Public Member Functions | Private Attributes
HypreADS Class Reference

The Auxiliary-space Divergence Solver in hypre. More...

#include <hypre.hpp>

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

List of all members.

Public Member Functions

 HypreADS (HypreParMatrix &A, ParFiniteElementSpace *face_fespace)
virtual operator HYPRE_Solver () const
 The typecast to HYPRE_Solver returns the internal ads object.
virtual HYPRE_PtrToParSolverFcn SetupFcn () const
 hypre's internal Setup function
virtual HYPRE_PtrToParSolverFcn SolveFcn () const
 hypre's internal Solve function
virtual ~HypreADS ()

Private Attributes

HYPRE_Solver ads
HypreParVectorx
 Vertex coordinates.
HypreParVectory
HypreParVectorz
HypreParMatrixG
 Discrete gradient matrix.
HypreParMatrixC
 Discrete curl matrix.
HypreParMatrixND_Pi
 Nedelec interpolation matrix and its components.
HypreParMatrixND_Pix
HypreParMatrixND_Piy
HypreParMatrixND_Piz
HypreParMatrixRT_Pi
 Raviart-Thomas interpolation matrix and its components.
HypreParMatrixRT_Pix
HypreParMatrixRT_Piy
HypreParMatrixRT_Piz

Detailed Description

The Auxiliary-space Divergence Solver in hypre.

Definition at line 431 of file hypre.hpp.


Constructor & Destructor Documentation

HypreADS::HypreADS ( HypreParMatrix A,
ParFiniteElementSpace face_fespace 
)
virtual HypreADS::~HypreADS ( ) [virtual]

Member Function Documentation

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

The typecast to HYPRE_Solver returns the internal ads object.

Implements HypreSolver.

Definition at line 451 of file hypre.hpp.

References ads.

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

hypre's internal Setup function

Implements HypreSolver.

Definition at line 453 of file hypre.hpp.

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

hypre's internal Solve function

Implements HypreSolver.

Definition at line 455 of file hypre.hpp.


Member Data Documentation

HYPRE_Solver HypreADS::ads [private]

Definition at line 434 of file hypre.hpp.

Referenced by operator HYPRE_Solver().

Discrete curl matrix.

Definition at line 441 of file hypre.hpp.

Discrete gradient matrix.

Definition at line 439 of file hypre.hpp.

Nedelec interpolation matrix and its components.

Definition at line 443 of file hypre.hpp.

Definition at line 443 of file hypre.hpp.

Definition at line 443 of file hypre.hpp.

Definition at line 443 of file hypre.hpp.

Raviart-Thomas interpolation matrix and its components.

Definition at line 445 of file hypre.hpp.

Definition at line 445 of file hypre.hpp.

Definition at line 445 of file hypre.hpp.

Definition at line 445 of file hypre.hpp.

Vertex coordinates.

Definition at line 437 of file hypre.hpp.

Definition at line 437 of file hypre.hpp.

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