Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex24.c80 PetscCall(TSGetSNESIterations(ts, &nits)); in main()
H A Dex8.c408 PetscCall(TSGetSNESIterations(ts, &nonlinits)); in main()
/petsc/src/ts/interface/
H A Dtsmon.c300 PetscCall(TSGetSNESIterations(ts, &snes_its)); in TSMonitorWallClockTime()
1653 PetscCall(TSGetSNESIterations(ts, &its)); in TSMonitorLGSNESIterations()
H A Dts.c4917 PetscErrorCode TSGetSNESIterations(TS ts, PetscInt *nits) in TSGetSNESIterations() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi207 PetscErrorCode TSGetSNESIterations(PetscTS, PetscInt*)
H A DTS.pyx1909 petsc.TSGetSNESIterations
1913 CHKERR(TSGetSNESIterations(self.ts, &n))
/petsc/include/
H A Dpetscts.h520 PETSC_EXTERN PetscErrorCode TSGetSNESIterations(TS, PetscInt *);