Home
last modified time | relevance | path

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

/petsc/src/snes/impls/al/
H A Dal.c260 PetscErrorCode SNESNewtonALComputeFunction(SNES snes, Vec X, Vec Q) in SNESNewtonALComputeFunction() function
332 PetscCall(SNESNewtonALComputeFunction(snes, X, Q)); in SNESSolve_NEWTONAL()
478 PetscCall(SNESNewtonALComputeFunction(snes, X, Q)); in SNESSolve_NEWTONAL()
/petsc/doc/changes/
H A D322.md125 …ith `SNESNewtonALSetFunction()`, `SNESNewtonALGetFunction()`, `SNESNewtonALComputeFunction()`, `SN…
/petsc/include/
H A Dpetscsnes.h1370 PETSC_EXTERN PetscErrorCode SNESNewtonALComputeFunction(SNES, Vec, Vec);