Home
last modified time | relevance | path

Searched refs:SNESComputeFunctionDefaultNPC (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/interface/
H A Dsnespc.c44 PetscErrorCode SNESComputeFunctionDefaultNPC(SNES snes, Vec X, Vec F) in SNESComputeFunctionDefaultNPC() function
H A Dsnes.c3440 PetscCall(SNESLineSearchSetFunction(linesearch, SNESComputeFunctionDefaultNPC)); in SNESSetUp()
/petsc/src/snes/mf/
H A Dsnesmfj.c284 …(MatMFFDSetFunction(*J, (PetscErrorCode (*)(void *, Vec, Vec))SNESComputeFunctionDefaultNPC, snes)… in MatCreateSNESMF()
/petsc/include/
H A Dpetscsnes.h994 PETSC_EXTERN PetscErrorCode SNESComputeFunctionDefaultNPC(SNES, Vec, Vec);