Home
last modified time | relevance | path

Searched refs:TaoGetIterationNumber (Results 1 – 7 of 7) sorted by relevance

/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock3.c88 PetscCall(TaoGetIterationNumber(tao, &its)); in main()
102 PetscCall(TaoGetIterationNumber(tao, &oneshot_its)); in main()
H A Drosenbrock2.c85 PetscCall(TaoGetIterationNumber(tao, &its)); in main()
97 PetscCall(TaoGetIterationNumber(tao, &oneshot_its)); in main()
H A Dspectraladjointassimilation.c632 PetscCall(TaoGetIterationNumber(tao, &its)); in MonitorError()
/petsc/include/
H A Dpetsctao.h422 PETSC_EXTERN PetscErrorCode TaoGetIterationNumber(Tao, PetscInt *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi123 PetscErrorCode TaoGetIterationNumber(PetscTAO, PetscInt*)
H A DTAO.pyx1603 setIterationNumber, petsc.TaoGetIterationNumber
1607 CHKERR(TaoGetIterationNumber(self.tao, &its))
/petsc/src/tao/interface/
H A Dtaosolver.c2276 PetscErrorCode TaoGetIterationNumber(Tao tao, PetscInt *iter) in TaoGetIterationNumber() function