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

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

Classes

class  FreeEnergy
 Used by LOCA::Epetra::Group to provide a link to the external code for computing the free energy. More...
 
class  MassMatrix
 Used by LOCA::Epetra::Group to provide a link to the external code for the MassMatrix (coefficients of time dependent terms). More...
 
class  Required
 Used by LOCA::Epetra::Group to provide a link to the external code for setting problem parameters. More...
 
class  TimeDependent
 Used by LOCA::Epetra::Group to provide a link to the external code for computing the shifted matrix. More...
 
class  TimeDependentMatrixFree
 Used by LOCA::Epetra::Group to provide a link to the external code for applying the shifted matrix in a matrix-free setting. More...
 

Detailed Description

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

Contains interfaces for the user to supply (1) the evaluation of the nonlinear equations, (2) any preconditioning if required, (3) space-time operators, and (4) shifted operators.