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


Public Member Functions | |
| JacobianOperator (const Teuchos::RCP< const NOX::Abstract::Group > &grp) | |
| Constructor. | |
| virtual | ~JacobianOperator () |
| Destructor. | |
| virtual Teuchos::RCP< const NOX::Abstract::Group > | getGroup () const |
| Get group pointer. | |
| virtual NOX::Abstract::Group::ReturnType | apply (const NOX::Abstract::MultiVector &X, NOX::Abstract::MultiVector &Y) const |
| Apply the operator. | |
| virtual NOX::Abstract::Group::ReturnType | applyTranspose (const NOX::Abstract::MultiVector &X, NOX::Abstract::MultiVector &Y) const |
| Apply transpose of the operator. | |
| virtual NOX::Abstract::Group::ReturnType | applyInverse (Teuchos::ParameterList ¶ms, const NOX::Abstract::MultiVector &B, NOX::Abstract::MultiVector &X) const |
| Apply inverse of the operator. | |
| virtual NOX::Abstract::Group::ReturnType | applyInverseTranspose (Teuchos::ParameterList ¶ms, const NOX::Abstract::MultiVector &B, NOX::Abstract::MultiVector &X) 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 NOX::Abstract::Group > | grpPtr |
| Pointer to group. | |
Bordered solver operator representing the Jacobian as implemented in the NOX::Abstract::Group.
|
virtual |
Apply the operator.
Implements LOCA::BorderedSolver::AbstractOperator.
|
virtual |
Apply inverse of the operator.
Implements LOCA::BorderedSolver::AbstractOperator.
|
virtual |
Apply inverse transpose of the operator.
Group must be of type LOCA::Abstract::TransposeSolveGroup for this method to be defined.
Implements LOCA::BorderedSolver::AbstractOperator.
References NOX::Abstract::Group::NotDefined.
|
virtual |
Apply transpose of the operator.
Implements LOCA::BorderedSolver::AbstractOperator.