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

Bordered solver operator representing as bordered Jacobian as operator as implemented in the NOX::Abstract::Group. More...

#include <LOCA_BorderedSolver_BorderedOperator.H>

Inheritance diagram for LOCA::BorderedSolver::BorderedOperator:
Inheritance graph
[legend]
Collaboration diagram for LOCA::BorderedSolver::BorderedOperator:
Collaboration graph
[legend]

Public Member Functions

 BorderedOperator (const Teuchos::RCP< const LOCA::BorderedSystem::AbstractGroup > &grp)
 Constructor.
 
virtual ~BorderedOperator ()
 Destructor.
 
virtual Teuchos::RCP< const
LOCA::BorderedSystem::AbstractGroup
getBorderedGroup () const
 
virtual
NOX::Abstract::Group::ReturnType 
apply (const NOX::Abstract::MultiVector &, NOX::Abstract::MultiVector &) const
 Apply the operator.
 
virtual
NOX::Abstract::Group::ReturnType 
applyTranspose (const NOX::Abstract::MultiVector &, NOX::Abstract::MultiVector &) const
 Apply transpose of the operator.
 
virtual
NOX::Abstract::Group::ReturnType 
applyInverse (Teuchos::ParameterList &, const NOX::Abstract::MultiVector &, NOX::Abstract::MultiVector &) const
 Apply inverse of the operator.
 
virtual
NOX::Abstract::Group::ReturnType 
applyInverseTranspose (Teuchos::ParameterList &, const NOX::Abstract::MultiVector &, NOX::Abstract::MultiVector &) const
 Apply inverse transpose of the operator.
 
- Public Member Functions inherited from LOCA::BorderedSolver::AbstractOperator
 AbstractOperator ()
 Constructor.
 
virtual ~AbstractOperator ()
 Destructor.
 

Protected Attributes

Teuchos::RCP< const
LOCA::BorderedSystem::AbstractGroup
grpPtr
 Pointer to group.
 

Detailed Description

Bordered solver operator representing as bordered Jacobian as operator as implemented in the NOX::Abstract::Group.


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