Home
last modified time | relevance | path

Searched refs:SNESNEWTONLS (Results 1 – 13 of 13) sorted by relevance

/petsc/doc/overview/
H A Dnonlinear_solve_table.md18 - ``SNESNEWTONLS``
/petsc/src/snes/interface/
H A Dsnesregi.c49 PetscCall(SNESRegister(SNESNEWTONLS, SNESCreate_NEWTONLS)); in SNESRegisterAll()
H A Dsnes.c963 const char *deft = SNESNEWTONLS; in SNESSetFromOptions()
3365 if (!((PetscObject)snes)->type_name) PetscCall(SNESSetType(snes, SNESNEWTONLS)); in SNESSetUp()
/petsc/src/snes/impls/nasm/
H A Daspin.c109 PetscCall(SNESSetType(snes, SNESNEWTONLS)); in SNESCreate_ASPIN()
/petsc/src/snes/tutorials/
H A Dex1.c52 PetscCall(SNESSetType(snes, SNESNEWTONLS)); in main()
/petsc/src/snes/tests/
H A Dex7.c25 SNESType type = SNESNEWTONLS; /* default nonlinear solution method */ in main()
/petsc/src/snes/impls/fas/
H A Dfasfunc.c282 PetscCall(SNESSetType(fas->smoothu, SNESNEWTONLS)); in SNESFASSetContinuation()
438 PetscCall(SNESSetType(nsmooth, SNESNEWTONLS)); in SNESFASCycleCreateSmoother_Private()
/petsc/doc/changes/
H A D34.md189 - SNESLS "ls" changed to SNESNEWTONLS newtonls
/petsc/src/snes/tutorials/ex10d/
H A Dex10.c74 SNESType type = SNESNEWTONLS; /* default nonlinear solution method */ in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi4 PetscSNESType SNESNEWTONLS
H A DSNES.pyx11 NEWTONLS = S_(SNESNEWTONLS)
/petsc/doc/manual/
H A Dsnes.md33 method with line search, `SNESNEWTONLS`. The general form of the $n$-dimensional Newton’s method
280 - ``SNESNEWTONLS``
360 The method `SNESNEWTONLS` (`-snes_type newtonls`) provides a
/petsc/include/
H A Dpetscsnes.h25 #define SNESNEWTONLS "newtonls" macro