Classes | |
| class | NOX::Solver::Generic |
| Abstract nonlinear solver method interface. More... | |
| class | NOX::Solver::LineSearchBased |
| Nonlinear solver based on a line search (i.e., damping). More... | |
| class | NOX::Solver::Manager |
| Manager class to control the instatiation of the objects derived from the NOX::Solver::Generic object. More... | |
| class | NOX::Solver::PrePostOperator |
| Functor to process the pre/post operator object in the parameter list. More... | |
| class | NOX::Solver::TensorBased |
| Nonlinear solver based on a rank-1 tensor method. More... | |
| class | NOX::Solver::TrustRegionBased |
| Newton-like solver using a trust region. More... | |
The Generic class spells out the interface. The Manager class can instantiate any other concrete implementation. The remaining classes are concrete implementations.
1.3.9.1