NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
LOCA::Epetra::ShiftInvertOperator Class Reference

Epetra operator for $(J-\sigma M)^{-1}$. More...

#include <LOCA_Epetra_ShiftInvertOperator.H>

Inheritance diagram for LOCA::Epetra::ShiftInvertOperator:
Inheritance graph
[legend]
Collaboration diagram for LOCA::Epetra::ShiftInvertOperator:
Collaboration graph
[legend]

Public Member Functions

 ShiftInvertOperator (const Teuchos::RCP< LOCA::GlobalData > &global_data, const Teuchos::RCP< LOCA::Epetra::Group > &grp, const Teuchos::RCP< const Epetra_Operator > &jac, double shift)
 Constructor.
 
virtual ~ShiftInvertOperator ()
 Destructor.
 
virtual int SetUseTranspose (bool UseTranspose)
 Set transpose.
 
virtual int Apply (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const
 Apply shifted operator.
 
virtual int ApplyInverse (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const
 Apply shifted operator inverse.
 
virtual double NormInf () const
 Computing infinity norm.
 
virtual const char * Label () const
 Label.
 
virtual bool UseTranspose () const
 Transpose.
 
virtual bool HasNormInf () const
 Have norm-inf.
 
virtual const Epetra_CommComm () const
 Returns a pointer to the Epetra_Comm communicator associated with this operator.
 
virtual const Epetra_MapOperatorDomainMap () const
 Returns the Epetra_Map object associated with the domain of this operator.
 
virtual const Epetra_MapOperatorRangeMap () const
 Returns the Epetra_Map object associated with the range of this operator.
 

Protected Attributes

Teuchos::RCP< LOCA::GlobalDataglobalData
 Global data object.
 
Teuchos::RCP< const
LOCA::Epetra::Group
locagrp
 LOCA group.
 
Teuchos::RCP< const
Epetra_Operator
jacOper
 Jacobian operator.
 
double shift_
 Shift value.
 
const char * Label_
 Label.
 

Detailed Description

Epetra operator for $(J-\sigma M)^{-1}$.


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