Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex24.c81 PetscCall(TSGetKSPIterations(ts, &lits)); in main()
H A Dex8.c409 PetscCall(TSGetKSPIterations(ts, &linits)); in main()
/petsc/src/ts/interface/
H A Dtsmon.c301 PetscCall(TSGetKSPIterations(ts, &ksp_its)); in TSMonitorWallClockTime()
1679 PetscCall(TSGetKSPIterations(ts, &its)); in TSMonitorLGKSPIterations()
H A Dts.c4945 PetscErrorCode TSGetKSPIterations(TS ts, PetscInt *lits) in TSGetKSPIterations() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi208 PetscErrorCode TSGetKSPIterations(PetscTS, PetscInt*)
H A DTS.pyx1926 petsc.TSGetKSPIterations
1930 CHKERR(TSGetKSPIterations(self.ts, &n))
/petsc/include/
H A Dpetscts.h521 PETSC_EXTERN PetscErrorCode TSGetKSPIterations(TS, PetscInt *);