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


Bordered solver operator representing the Jacobian as implemented in the NOX::Abstract::Group.
| NOX::Abstract::Group::ReturnType LOCA::BorderedSolver::JacobianOperator::applyInverseTranspose | ( | Teuchos::ParameterList & | params, |
| const NOX::Abstract::MultiVector & | B, | ||
| NOX::Abstract::MultiVector & | X | ||
| ) | const [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 LOCA::Abstract::TransposeSolveGroup::applyJacobianTransposeInverseMultiVector(), and NOX::Abstract::Group::NotDefined.
1.7.6.1