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

NOX nonlinear solvers namespace. More...

Classes

class  FixedPointBased
 Nonlinear solver based on a line search (i.e., damping) More...
 
class  Generic
 Abstract nonlinear solver method interface. More...
 
class  Manager
 Manager class to control the instantiation of the objects derived from the NOX::Solver::Generic object. More...
 

Detailed Description

NOX nonlinear solvers namespace.

The Generic class spells out the interface. The Manager class can instantiate any other concrete implementation. The remaining classes are concrete implementations.