Searched refs:SNESNewtonALSetFunction (Results 1 – 7 of 7) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 322.md | 125 - Add Newton's method with arc length continuation: `SNESNEWTONAL` with `SNESNewtonALSetFunction()`…
|
| /petsc/src/snes/impls/al/ |
| H A D | al.c | 129 PetscErrorCode SNESNewtonALSetFunction(SNES snes, SNESFunctionFn *func, PetscCtx ctx) in SNESNewtonALSetFunction() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 275 PetscErrorCode SNESNewtonALSetFunction(PetscSNES, PetscSNESFunctionFunction, void*)
|
| H A D | SNES.pyx | 2674 getNewtonALLoadParameter, petsc.SNESNewtonALSetFunction 2682 CHKERR(SNESNewtonALSetFunction(self.snes, SNES_NewtonALFunction, <void*>context)) 2685 CHKERR(SNESNewtonALSetFunction(self.snes, NULL, NULL))
|
| /petsc/include/ |
| H A D | petscsnes.h | 1368 PETSC_EXTERN PetscErrorCode SNESNewtonALSetFunction(SNES, SNESFunctionFn *, PetscCtx);
|
| /petsc/src/snes/tutorials/ |
| H A D | ex16.c | 151 PetscCall(SNESNewtonALSetFunction(snes, TangentLoad, &user)); in main()
|
| /petsc/doc/manual/ |
| H A D | snes.md | 519 `SNESNewtonALSetFunction()`. This function should have the same signature as for
|