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

Improved version of the Epetra support class. More...

Namespaces

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

Classes

class  AdaptiveSolutionManager
 
class  AdaptManager
 
class  BroydenOperator
 A concrete implementation of a Broyden-type operator for NOX. More...
 
class  FiniteDifference
 Concrete implementation for creating an Epetra_RowMatrix Jacobian via finite differencing of the residual. More...
 
class  FiniteDifferenceColoring
 Concrete implementation for creating an Epetra_RowMatrix Jacobian via finite differencing of the residual using coloring. More...
 
class  FiniteDifferenceColoringWithUpdate
 Concrete implementation for creating an Epetra_RowMatrix Jacobian via finite differencing of the residual using coloring. This method assumes the existence of a valid parallel coloring of the columns of the Jacobian (aka from Isorropia). More...
 
class  Group
 Concrete implementation of NOX::Abstract::Group for Trilinos/Epetra. More...
 
class  LinearSystem
 Pure virtual class interface for allowing different linear solvers to be used by the NOX::Epetra::Group. More...
 
class  LinearSystemAztecOO
 Concrete implementation of NOX::Epetra::LinearSolver for AztecOO. More...
 
class  MatrixFree
 Concrete implementation for creating an Epetra_Operator Jacobian based on the Matrix-Free Newton-Krylov method. More...
 
class  MultiVector
 Implementation of NOX::Abstract::MultiVector for Epetra multi-vectors. More...
 
class  Observer
 
class  Scaling
 Object to control scaling of vectors and linear systems. More...
 
class  Vector
 Implementation of NOX::Abstract::Vector for Epetra vectors. More...
 
class  VectorSpace
 Pure virtual base class for the vector space used by NOX::Epetra::Vectors. More...
 
class  VectorSpaceL2
 Concrete class for an L2 vector space. More...
 
class  VectorSpaceScaledL2
 Concrete class for a weighted L2 vector space. More...
 

Functions

std::ostream & operator<< (std::ostream &os, NOX::Epetra::Scaling &scalingObject)
 

Detailed Description

Improved version of the Epetra support class.

NOX Epetra support.