Searched refs:SNESGetNPCFunction (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | snespc.c | 77 PetscErrorCode SNESGetNPCFunction(SNES snes, Vec F, PetscReal *fnorm) in SNESGetNPCFunction() function
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | anderson.c | 111 PetscCall(SNESGetNPCFunction(snes, FM, &fMnorm)); in SNESSolve_Anderson()
|
| H A D | snesngmres.c | 226 PetscCall(SNESGetNPCFunction(snes, FM, &fMnorm)); in SNESSolve_NGMRES()
|
| /petsc/src/snes/impls/ls/ |
| H A D | ls.c | 205 PetscCall(SNESGetNPCFunction(snes, F, &fnorm)); in SNESSolve_NEWTONLS()
|
| /petsc/src/snes/impls/qn/ |
| H A D | qn.c | 147 PetscCall(SNESGetNPCFunction(snes, F, &fnorm)); in SNESSolve_QN()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 591 PetscCall(SNESGetNPCFunction(snes, F, &fnorm)); in SNESSolve_NEWTONTR()
|
| /petsc/include/ |
| H A D | petscsnes.h | 993 PETSC_EXTERN PetscErrorCode SNESGetNPCFunction(SNES, Vec, PetscReal *);
|