Searched defs:nfuncs (Results 1 – 5 of 5) sorted by relevance
1089 PetscErrorCode TaoGetCurrentFunctionEvaluations(Tao tao, PetscInt *nfuncs) in TaoGetCurrentFunctionEvaluations()2011 PetscInt niter = tao->niter, nfuncs = PetscMax(tao->nfuncs, tao->nfuncgrads); in TaoDefaultConvergenceTest() local
119 PetscInt nfuncs; member
98 PetscInt nfuncs; /* number of function evaluations */ member
65 PetscFortranCallbackId nfuncs; member
1554 PetscErrorCode SNESGetNumberFunctionEvals(SNES snes, PetscInt *nfuncs) in SNESGetNumberFunctionEvals()