Home
last modified time | relevance | path

Searched refs:TSGetMaxSteps (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ts/utils/
H A Dtsconvest.c60 PetscCall(TSGetMaxSteps(ts, &oNs)); in PetscConvEstGetConvRateTS_Temporal_Private()
/petsc/src/ts/tests/
H A Dex4.c239 PetscCall(TSGetMaxSteps(ts, &maxsteps)); in Monitor()
/petsc/src/dm/impls/swarm/tests/
H A Dex5.c307 PetscCall(TSGetMaxSteps(ts, &maxn)); in DMSwarmTSRedistribute()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi196 PetscErrorCode TSGetMaxSteps(PetscTS, PetscInt*)
H A DTS.pyx1892 petsc.TSGetMaxSteps
1896 CHKERR(TSGetMaxSteps(self.ts, &ival))
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c1490 PetscCall(TSGetMaxSteps(ts, &maxn)); in DMSwarmTSRedistribute()
1682 PetscCall(TSGetMaxSteps(ts, &maxn)); in main()
H A Dex2.c2214 PetscCall(TSGetMaxSteps(ts, &maxn)); in DMSwarmTSRedistribute()
2431 PetscCall(TSGetMaxSteps(ts, &maxn)); in main()
H A Dex4.c2819 PetscCall(TSGetMaxSteps(ts, &maxn)); in DMSwarmTSRedistribute()
3035 PetscCall(TSGetMaxSteps(ts, &maxn)); in main()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c690 PetscCall(TSGetMaxSteps(ts, &nsteps)); in main()
/petsc/include/
H A Dpetscts.h412 PETSC_EXTERN PetscErrorCode TSGetMaxSteps(TS, PetscInt *);
/petsc/src/ts/interface/
H A Dts.c2856 PetscErrorCode TSGetMaxSteps(TS ts, PetscInt *maxsteps) in TSGetMaxSteps() function