Home
last modified time | relevance | path

Searched defs:nfuncs (Results 1 – 5 of 5) sorted by relevance

/petsc/src/tao/interface/
H A Dtaosolver.c1089 PetscErrorCode TaoGetCurrentFunctionEvaluations(Tao tao, PetscInt *nfuncs) in TaoGetCurrentFunctionEvaluations()
2011 PetscInt niter = tao->niter, nfuncs = PetscMax(tao->nfuncs, tao->nfuncgrads); in TaoDefaultConvergenceTest() local
/petsc/include/petsc/private/
H A Dtaoimpl.h119 PetscInt nfuncs; member
H A Dsnesimpl.h98 PetscInt nfuncs; /* number of function evaluations */ member
/petsc/src/tao/interface/ftn-custom/
H A Dztaosolverf.c65 PetscFortranCallbackId nfuncs; member
/petsc/src/snes/interface/
H A Dsnes.c1554 PetscErrorCode SNESGetNumberFunctionEvals(SNES snes, PetscInt *nfuncs) in SNESGetNumberFunctionEvals()