Home
last modified time | relevance | path

Searched refs:SNESGetNPCFunction (Results 1 – 7 of 7) sorted by relevance

/petsc/src/snes/interface/
H A Dsnespc.c77 PetscErrorCode SNESGetNPCFunction(SNES snes, Vec F, PetscReal *fnorm) in SNESGetNPCFunction() function
/petsc/src/snes/impls/ngmres/
H A Danderson.c111 PetscCall(SNESGetNPCFunction(snes, FM, &fMnorm)); in SNESSolve_Anderson()
H A Dsnesngmres.c226 PetscCall(SNESGetNPCFunction(snes, FM, &fMnorm)); in SNESSolve_NGMRES()
/petsc/src/snes/impls/ls/
H A Dls.c205 PetscCall(SNESGetNPCFunction(snes, F, &fnorm)); in SNESSolve_NEWTONLS()
/petsc/src/snes/impls/qn/
H A Dqn.c147 PetscCall(SNESGetNPCFunction(snes, F, &fnorm)); in SNESSolve_QN()
/petsc/src/snes/impls/tr/
H A Dtr.c591 PetscCall(SNESGetNPCFunction(snes, F, &fnorm)); in SNESSolve_NEWTONTR()
/petsc/include/
H A Dpetscsnes.h993 PETSC_EXTERN PetscErrorCode SNESGetNPCFunction(SNES, Vec, PetscReal *);