This is the complete list of members for ProblemInterface, including all inherited members.
computeF(const Epetra_Vector &x, Epetra_Vector &f, NOX::Epetra::Interface::Required::FillType F) | ProblemInterface | inline |
computeJacobian(const Epetra_Vector &x, Epetra_Operator &Jac) | ProblemInterface | inline |
computePrecMatrix(const Epetra_Vector &x, Epetra_RowMatrix &M) | ProblemInterface | inline |
computePreconditioner(const Epetra_Vector &x, Epetra_Operator &Prec, Teuchos::ParameterList *=0) | ProblemInterface | inline |
jacobian_operator | ProblemInterface | private |
preconditioner_operator | ProblemInterface | private |
ProblemInterface(NewtonArgument &Solver, Vector< double > ¤t_sol, PreconditionerOperator &prec_oper, JacobianOperator &jac_oper) | ProblemInterface | inline |
solver | ProblemInterface | private |
y | ProblemInterface | private |
~ProblemInterface() | ProblemInterface | inlinevirtual |