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. | |
![]() | |
AbstractOperator () | |
Constructor. | |
virtual | ~AbstractOperator () |
Destructor. | |
virtual NOX::Abstract::Group::ReturnType | apply (const NOX::Abstract::MultiVector &X, NOX::Abstract::MultiVector &Y) const =0 |
Apply the operator. | |
virtual NOX::Abstract::Group::ReturnType | applyTranspose (const NOX::Abstract::MultiVector &X, NOX::Abstract::MultiVector &Y) const =0 |
Apply transpose of the operator. | |
virtual NOX::Abstract::Group::ReturnType | applyInverse (Teuchos::ParameterList ¶ms, const NOX::Abstract::MultiVector &B, NOX::Abstract::MultiVector &X) const =0 |
Apply inverse of the operator. | |
virtual NOX::Abstract::Group::ReturnType | applyInverseTranspose (Teuchos::ParameterList ¶ms, const NOX::Abstract::MultiVector &B, NOX::Abstract::MultiVector &X) const =0 |
Apply inverse transpose of the operator. | |
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.