#include <LOCA_Abstract_TransposeSolveGroup.H>
Inheritance diagram for LOCA::Abstract::TransposeSolveGroup:
Public Member Functions | |
| TransposeSolveGroup () | |
| Constructor. | |
| virtual | ~TransposeSolveGroup () |
| Destructor. | |
| virtual NOX::Abstract::Group::ReturnType | applyJacobianTransposeInverse (Teuchos::ParameterList ¶ms, const NOX::Abstract::Vector &input, NOX::Abstract::Vector &result) const =0 |
| Solve Jacobian-tranpose system. | |
| virtual NOX::Abstract::Group::ReturnType | applyJacobianTransposeInverseMultiVector (Teuchos::ParameterList ¶ms, const NOX::Abstract::MultiVector &input, NOX::Abstract::MultiVector &result) const =0 |
| Solve Jacobian-tranpose system with multiple right-hand sides. | |
This interface, derived from NOX::Abstract::Group, provides the additional interface for solving the transpose of the Jacobian.
1.3.9.1