Amesos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
Amesos_Pardiso Class Reference

Amesos_Pardiso: Interface to the PARDISO package. More...

#include <Amesos_Pardiso.h>

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

Public Member Functions

 Amesos_Pardiso (const Epetra_LinearProblem &LinearProblem)
 Constructor.
 
 ~Amesos_Pardiso ()
 Destructor.
 
int SymbolicFactorization ()
 Performs SymbolicFactorization on the matrix A.
 
int NumericFactorization ()
 Performs NumericFactorization on the matrix A.
 
int Solve ()
 Solves A X = B (or AT X = B)
 
const Epetra_LinearProblemGetProblem () const
 Get a pointer to the Problem.
 
bool MatrixShapeOK () const
 Returns true if PARDISO can handle this matrix shape. More...
 
int SetUseTranspose (bool UseTranspose)
 SetUseTranpose() More...
 
bool UseTranspose () const
 Returns the current UseTranspose setting.
 
const Epetra_CommComm () const
 Returns a pointer to the Epetra_Comm communicator associated with this matrix.
 
int SetParameters (Teuchos::ParameterList &ParameterList)
 Set parameters from the input parameters list, returns 0 if successful.
 
int NumSymbolicFact () const
 Returns the number of symbolic factorizations performed by this object.
 
int NumNumericFact () const
 Returns the number of numeric factorizations performed by this object.
 
int NumSolve () const
 Returns the number of solves performed by this object.
 
void PrintTiming () const
 Prints timing information.
 
void PrintStatus () const
 Prints information about the factorization and solution phases.
 
void GetTiming (Teuchos::ParameterList &TimingParameterList) const
 Extracts timing information from the current solver and places it in the parameter list.
 
- Public Member Functions inherited from Amesos_BaseSolver
virtual ~Amesos_BaseSolver ()
 Destructor.
 
virtual void setParameterList (Teuchos::RCP< Teuchos::ParameterList > const &paramList)
 Redefined from Teuchos::ParameterListAcceptor (Does Not Work)
 
virtual Teuchos::RCP
< Teuchos::ParameterList
getNonconstParameterList ()
 This is an empty stub.
 
virtual Teuchos::RCP
< Teuchos::ParameterList
unsetParameterList ()
 This is an empty stub.
 
- Public Member Functions inherited from Teuchos::ParameterListAcceptor
virtual RCP< const ParameterListgetParameterList () const
 
virtual RCP< const ParameterListgetValidParameters () const
 

Detailed Description

Amesos_Pardiso: Interface to the PARDISO package.

Author
Marzio Sala, SNL 9214
Date
Last updated on June 2005

Member Function Documentation

bool Amesos_Pardiso::MatrixShapeOK ( ) const
virtual

Returns true if PARDISO can handle this matrix shape.

Returns true if the matrix shape is one that PARDISO can handle. PARDISO only works with square matrices.

Implements Amesos_BaseSolver.

References GetProblem().

int Amesos_Pardiso::SetUseTranspose ( bool  UseTranspose)
inlinevirtual

SetUseTranpose()

If SetUseTranspose() is set to true, $A^T X = B$ is computed.

Implements Amesos_BaseSolver.

References UseTranspose().


The documentation for this class was generated from the following files: