NOX  Development
Public Member Functions | List of all members
NOX::Epetra::Interface::Jacobian Class Referenceabstract

Used by NOX::Epetra to provide a link to the external code for Jacobian fills. More...

#include <NOX_Epetra_Interface_Jacobian.H>

Inheritance diagram for NOX::Epetra::Interface::Jacobian:
Inheritance graph
[legend]

Public Member Functions

 Jacobian ()
 Constructor.
 
virtual ~Jacobian ()
 Destructor.
 
virtual bool computeJacobian (const Epetra_Vector &x, Epetra_Operator &Jac)=0
 

Detailed Description

Used by NOX::Epetra to provide a link to the external code for Jacobian fills.

This is only required if the user wishes to supply their own Jacobian operator.

Member Function Documentation

◆ computeJacobian()

virtual bool NOX::Epetra::Interface::Jacobian::computeJacobian ( const Epetra_Vector &  x,
Epetra_Operator &  Jac 
)
pure virtual

The documentation for this class was generated from the following file: