Searched refs:TSGetKSPIterations (Results 1 – 7 of 7) sorted by relevance
81 PetscCall(TSGetKSPIterations(ts, &lits)); in main()
409 PetscCall(TSGetKSPIterations(ts, &linits)); in main()
301 PetscCall(TSGetKSPIterations(ts, &ksp_its)); in TSMonitorWallClockTime()1679 PetscCall(TSGetKSPIterations(ts, &its)); in TSMonitorLGKSPIterations()
4945 PetscErrorCode TSGetKSPIterations(TS ts, PetscInt *lits) in TSGetKSPIterations() function
208 PetscErrorCode TSGetKSPIterations(PetscTS, PetscInt*)
1926 petsc.TSGetKSPIterations1930 CHKERR(TSGetKSPIterations(self.ts, &n))
521 PETSC_EXTERN PetscErrorCode TSGetKSPIterations(TS, PetscInt *);