Searched refs:SNESNEWTONLS (Results 1 – 13 of 13) sorted by relevance
18 - ``SNESNEWTONLS``
49 PetscCall(SNESRegister(SNESNEWTONLS, SNESCreate_NEWTONLS)); in SNESRegisterAll()
963 const char *deft = SNESNEWTONLS; in SNESSetFromOptions()3365 if (!((PetscObject)snes)->type_name) PetscCall(SNESSetType(snes, SNESNEWTONLS)); in SNESSetUp()
109 PetscCall(SNESSetType(snes, SNESNEWTONLS)); in SNESCreate_ASPIN()
52 PetscCall(SNESSetType(snes, SNESNEWTONLS)); in main()
25 SNESType type = SNESNEWTONLS; /* default nonlinear solution method */ in main()
282 PetscCall(SNESSetType(fas->smoothu, SNESNEWTONLS)); in SNESFASSetContinuation()438 PetscCall(SNESSetType(nsmooth, SNESNEWTONLS)); in SNESFASCycleCreateSmoother_Private()
189 - SNESLS "ls" changed to SNESNEWTONLS newtonls
74 SNESType type = SNESNEWTONLS; /* default nonlinear solution method */ in main()
4 PetscSNESType SNESNEWTONLS
11 NEWTONLS = S_(SNESNEWTONLS)
33 method with line search, `SNESNEWTONLS`. The general form of the $n$-dimensional Newton’s method280 - ``SNESNEWTONLS``360 The method `SNESNEWTONLS` (`-snes_type newtonls`) provides a
25 #define SNESNEWTONLS "newtonls" macro