NOX
Development
|
NOX abstract interface for vector and group More...
Classes | |
class | Group |
NOX pure abstract interface to a "group"; i.e., a solution vector and the corresponding F-vector, Jacobian matrix, gradient vector, and Newton vector. More... | |
class | ImplicitWeighting |
A pure virtual interface for enabling/disabling any user defined implicit weighting of the concrete object. More... | |
class | MultiVector |
Abstract interface for multi-vectors used by NOX. More... | |
class | Vector |
NOX's pure abstract vector interface for vectors that are used by the nonlinear solver. More... | |
Typedefs | |
using | PrePostOperator = NOX::Observer |
NOX abstract interface for vector and group
The user should implement their own concrete implementation of this class or use one of the implementations provided by us, as defined in the NOX::Epetra and NOX::LAPACK namespaces.