NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes
NOX::Epetra::Interface Namespace Reference

Provides a set of interfaces for users to provide information about the nonlinear problem to NOX. More...

Classes

class  Jacobian
 Used by NOX::Epetra to provide a link to the external code for Jacobian fills. More...
 
class  Preconditioner
 Used by NOX::Epetra to provide a link to the external code for Precondtioner fills. More...
 
class  Required
 Supplies NOX with the set nonlinear equations. More...
 

Detailed Description

Provides a set of interfaces for users to provide information about the nonlinear problem to NOX.

Contains interfaces for the user to supply (1) the evaluation of the nonlinear equations, (2) the Jacobian, and (3) any preconditioning if required.