Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D322.md125 - Add Newton's method with arc length continuation: `SNESNEWTONAL` with `SNESNewtonALSetFunction()`…
/petsc/src/snes/impls/al/
H A Dal.c129 PetscErrorCode SNESNewtonALSetFunction(SNES snes, SNESFunctionFn *func, PetscCtx ctx) in SNESNewtonALSetFunction() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi275 PetscErrorCode SNESNewtonALSetFunction(PetscSNES, PetscSNESFunctionFunction, void*)
H A DSNES.pyx2674 getNewtonALLoadParameter, petsc.SNESNewtonALSetFunction
2682 CHKERR(SNESNewtonALSetFunction(self.snes, SNES_NewtonALFunction, <void*>context))
2685 CHKERR(SNESNewtonALSetFunction(self.snes, NULL, NULL))
/petsc/include/
H A Dpetscsnes.h1368 PETSC_EXTERN PetscErrorCode SNESNewtonALSetFunction(SNES, SNESFunctionFn *, PetscCtx);
/petsc/src/snes/tutorials/
H A Dex16.c151 PetscCall(SNESNewtonALSetFunction(snes, TangentLoad, &user)); in main()
/petsc/doc/manual/
H A Dsnes.md519 `SNESNewtonALSetFunction()`. This function should have the same signature as for