49 #ifndef Xyce_N_NLS_NOX_Interface_h
50 #define Xyce_N_NLS_NOX_Interface_h
52 #include <N_UTL_Misc.h>
53 #include <N_PDS_fwd.h>
66 namespace StatusTest {
73 namespace MultiContinuation {
77 namespace StatusTest {
88 namespace N_NLS_LOCA {
101 namespace N_NLS_NOX {
162 bool applyJacobian(
const N_LAS_Vector& input, N_LAS_Vector& result);
172 void resetStepper(
const Teuchos::RefCountPtr<LOCA::GlobalData>& gd,
173 const Teuchos::RefCountPtr<LOCA::MultiContinuation::AbstractGroup>& initialGuess,
174 const Teuchos::RefCountPtr<NOX::StatusTest::Generic>& test,
175 const Teuchos::RefCountPtr<Teuchos::ParameterList>& p);