Home
last modified time | relevance | path

Searched refs:computeuserfunction (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/impls/vi/ss/
H A Dviss.c62 PetscCall((*vi->computeuserfunction)(snes, X, F, functx)); in SNESVIComputeFunction()
210 vi->computeuserfunction = sdm->ops->computefunction; in SNESSolve_VINEWTONSSLS()
232 sdm->ops->computefunction = vi->computeuserfunction; in SNESSolve_VINEWTONSSLS()
251 sdm->ops->computefunction = vi->computeuserfunction; in SNESSolve_VINEWTONSSLS()
262 sdm->ops->computefunction = vi->computeuserfunction; in SNESSolve_VINEWTONSSLS()
310 sdm->ops->computefunction = vi->computeuserfunction; in SNESSolve_VINEWTONSSLS()
339 sdm->ops->computefunction = vi->computeuserfunction; in SNESSolve_VINEWTONSSLS()
H A Dvissimpl.h24 PetscErrorCode (*computeuserfunction)(SNES, Vec, Vec, void *); member