Searched refs:SNESNewtonALComputeFunction (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/impls/al/ |
| H A D | al.c | 260 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 D | 322.md | 125 …ith `SNESNewtonALSetFunction()`, `SNESNewtonALGetFunction()`, `SNESNewtonALComputeFunction()`, `SN…
|
| /petsc/include/ |
| H A D | petscsnes.h | 1370 PETSC_EXTERN PetscErrorCode SNESNewtonALComputeFunction(SNES, Vec, Vec);
|