Searched refs:computeuserfunction (Results 1 – 2 of 2) sorted by relevance
62 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()
24 PetscErrorCode (*computeuserfunction)(SNES, Vec, Vec, void *); member