Home
last modified time | relevance | path

Searched refs:TaoGetMaximumFunctionEvaluations (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetsctao.h421 PETSC_EXTERN PetscErrorCode TaoGetMaximumFunctionEvaluations(Tao, PetscInt *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi121 PetscErrorCode TaoGetMaximumFunctionEvaluations(PetscTAO, PetscInt*)
H A DTAO.pyx1211 setMaximumFunctionEvaluations, petsc.TaoGetMaximumFunctionEvaluations
1215 CHKERR(TaoGetMaximumFunctionEvaluations(self.tao, &_mit))
/petsc/src/tao/interface/
H A Dtaosolver.c1065 PetscErrorCode TaoGetMaximumFunctionEvaluations(Tao tao, PetscInt *nfcn) in TaoGetMaximumFunctionEvaluations() function