Searched refs:SNESComputeFunctionDefaultNPC (Results 1 – 4 of 4) sorted by relevance
44 PetscErrorCode SNESComputeFunctionDefaultNPC(SNES snes, Vec X, Vec F) in SNESComputeFunctionDefaultNPC() function
3440 PetscCall(SNESLineSearchSetFunction(linesearch, SNESComputeFunctionDefaultNPC)); in SNESSetUp()
284 …(MatMFFDSetFunction(*J, (PetscErrorCode (*)(void *, Vec, Vec))SNESComputeFunctionDefaultNPC, snes)… in MatCreateSNESMF()
994 PETSC_EXTERN PetscErrorCode SNESComputeFunctionDefaultNPC(SNES, Vec, Vec);