Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsctao.h419 PETSC_EXTERN PetscErrorCode TaoGetMaximumIterations(Tao, PetscInt *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi119 PetscErrorCode TaoGetMaximumIterations(PetscTAO, PetscInt*)
H A DTAO.pyx1184 setMaximumIterations, petsc.TaoGetMaximumIterations
1188 CHKERR(TaoGetMaximumIterations(self.tao, &_mit))
/petsc/src/tao/interface/
H A Dtaosolver.c1151 PetscErrorCode TaoGetMaximumIterations(Tao tao, PetscInt *maxits) in TaoGetMaximumIterations() function