Home
last modified time | relevance | path

Searched refs:SNESNEWTONAL (Results 1 – 7 of 7) sorted by relevance

/petsc/src/snes/interface/
H A Dsnesregi.c69 PetscCall(SNESRegister(SNESNEWTONAL, SNESCreate_NEWTONAL)); in SNESRegisterAll()
/petsc/doc/changes/
H A D322.md125 - Add Newton's method with arc length continuation: `SNESNEWTONAL` with `SNESNewtonALSetFunction()`…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSNES.pyx13 NEWTONAL = S_(SNESNEWTONAL)
92 """SNESNEWTONAL correction type.
2659 """Set the callback to compute the tangent load vector for SNESNEWTONAL.
2688 """Return the load parameter for SNESNEWTONAL.
2703 """Set the correction type for SNESNEWTONAL.
H A Dpetscsnes.pxi6 PetscSNESType SNESNEWTONAL
/petsc/include/
H A Dpetscsnes.h46 #define SNESNEWTONAL "newtonal" macro
/petsc/src/snes/tutorials/
H A Dex16.c152 PetscCall(PetscObjectTypeCompare((PetscObject)snes, SNESNEWTONAL, &alflg)); in main()
/petsc/doc/manual/
H A Dsnes.md288 - ``SNESNEWTONAL``