|
NOX Development
|
Bordered solver operator representing as bordered Jacobian as operator as implemented in the NOX::Abstract::Group. More...
#include <LOCA_BorderedSolver_BorderedOperator.H>


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. | |
Bordered solver operator representing as bordered Jacobian as operator as implemented in the NOX::Abstract::Group.
|
inlinevirtual |
Apply the operator.
Implements LOCA::BorderedSolver::AbstractOperator.
References NOX::Abstract::Group::NotDefined.
|
inlinevirtual |
Apply inverse of the operator.
Implements LOCA::BorderedSolver::AbstractOperator.
References NOX::Abstract::Group::NotDefined.
|
inlinevirtual |
Apply inverse transpose of the operator.
Implements LOCA::BorderedSolver::AbstractOperator.
References NOX::Abstract::Group::NotDefined.
|
inlinevirtual |
Apply transpose of the operator.
Implements LOCA::BorderedSolver::AbstractOperator.
References NOX::Abstract::Group::NotDefined.