Searched refs:TSGetSNESIterations (Results 1 – 7 of 7) sorted by relevance
80 PetscCall(TSGetSNESIterations(ts, &nits)); in main()
408 PetscCall(TSGetSNESIterations(ts, &nonlinits)); in main()
300 PetscCall(TSGetSNESIterations(ts, &snes_its)); in TSMonitorWallClockTime()1653 PetscCall(TSGetSNESIterations(ts, &its)); in TSMonitorLGSNESIterations()
4917 PetscErrorCode TSGetSNESIterations(TS ts, PetscInt *nits) in TSGetSNESIterations() function
207 PetscErrorCode TSGetSNESIterations(PetscTS, PetscInt*)
1909 petsc.TSGetSNESIterations1913 CHKERR(TSGetSNESIterations(self.ts, &n))
520 PETSC_EXTERN PetscErrorCode TSGetSNESIterations(TS, PetscInt *);