Home
last modified time | relevance | path

Searched refs:SNESVIComputeFunction (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/vi/ss/
H A Dviss.c53 PetscErrorCode SNESVIComputeFunction(SNES snes, Vec X, Vec phi, void *functx) in SNESVIComputeFunction() function
211 sdm->ops->computefunction = SNESVIComputeFunction; in SNESSolve_VINEWTONSSLS()
265 sdm->ops->computefunction = SNESVIComputeFunction; in SNESSolve_VINEWTONSSLS()
/petsc/doc/changes/
H A D318.md239 - Make public `SNESVIComputeMeritFunction()` and `SNESVIComputeFunction()`
/petsc/include/
H A Dpetscsnes.h976 PETSC_EXTERN PetscErrorCode SNESVIComputeFunction(SNES, Vec, Vec, void *);