|
NOX
Development
|
Abstract group interface class for solving the transpose of the Jacobian. More...
#include <LOCA_Abstract_TransposeSolveGroup.H>


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. | |
Abstract group interface class for solving the transpose of the Jacobian.
This interface, derived from NOX::Abstract::Group, provides the additional interface for solving the transpose of the Jacobian.
1.7.6.1