Home
last modified time | relevance | path

Searched refs:SNESNewtonALGetFunction (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/al/
H A Dal.c161 PetscErrorCode SNESNewtonALGetFunction(SNES snes, SNESFunctionFn **func, PetscCtxRt ctx) in SNESNewtonALGetFunction() function
218 PetscCall(SNESNewtonALGetFunction(snes, &computealfunction, &ctx)); in SNESNewtonALComputeFunction_NEWTONAL()
/petsc/doc/changes/
H A D322.md125 … continuation: `SNESNEWTONAL` with `SNESNewtonALSetFunction()`, `SNESNewtonALGetFunction()`, `SNES…
/petsc/include/
H A Dpetscsnes.h1369 PETSC_EXTERN PetscErrorCode SNESNewtonALGetFunction(SNES, SNESFunctionFn **, PetscCtxRt);