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

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

#include <hypre.hpp>

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

List of all members.

Public Member Functions

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

Private Attributes

HYPRE_Solver ams
HypreParVectorx
 Vertex coordinates.
HypreParVectory
HypreParVectorz
HypreParMatrixG
 Discrete gradient matrix.
HypreParMatrixPi
 Nedelec interpolation matrix and its components.
HypreParMatrixPix
HypreParMatrixPiy
HypreParMatrixPiz

Detailed Description

The Auxiliary-space Maxwell Solver in hypre.

Definition at line 404 of file hypre.hpp.


Constructor & Destructor Documentation

HypreAMS::HypreAMS ( HypreParMatrix A,
ParFiniteElementSpace edge_fespace 
)
virtual HypreAMS::~HypreAMS ( ) [virtual]

Member Function Documentation

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

The typecast to HYPRE_Solver returns the internal ams object.

Implements HypreSolver.

Definition at line 420 of file hypre.hpp.

References ams.

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

hypre's internal Setup function

Implements HypreSolver.

Definition at line 422 of file hypre.hpp.

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

hypre's internal Solve function

Implements HypreSolver.

Definition at line 424 of file hypre.hpp.


Member Data Documentation

HYPRE_Solver HypreAMS::ams [private]

Definition at line 407 of file hypre.hpp.

Referenced by operator HYPRE_Solver().

Discrete gradient matrix.

Definition at line 412 of file hypre.hpp.

Nedelec interpolation matrix and its components.

Definition at line 414 of file hypre.hpp.

Definition at line 414 of file hypre.hpp.

Definition at line 414 of file hypre.hpp.

Definition at line 414 of file hypre.hpp.

Vertex coordinates.

Definition at line 410 of file hypre.hpp.

Definition at line 410 of file hypre.hpp.

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