Searched refs:TSGetMaxSteps (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | tsconvest.c | 60 PetscCall(TSGetMaxSteps(ts, &oNs)); in PetscConvEstGetConvRateTS_Temporal_Private()
|
| /petsc/src/ts/tests/ |
| H A D | ex4.c | 239 PetscCall(TSGetMaxSteps(ts, &maxsteps)); in Monitor()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex5.c | 307 PetscCall(TSGetMaxSteps(ts, &maxn)); in DMSwarmTSRedistribute()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 196 PetscErrorCode TSGetMaxSteps(PetscTS, PetscInt*)
|
| H A D | TS.pyx | 1892 petsc.TSGetMaxSteps 1896 CHKERR(TSGetMaxSteps(self.ts, &ival))
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1490 PetscCall(TSGetMaxSteps(ts, &maxn)); in DMSwarmTSRedistribute() 1682 PetscCall(TSGetMaxSteps(ts, &maxn)); in main()
|
| H A D | ex2.c | 2214 PetscCall(TSGetMaxSteps(ts, &maxn)); in DMSwarmTSRedistribute() 2431 PetscCall(TSGetMaxSteps(ts, &maxn)); in main()
|
| H A D | ex4.c | 2819 PetscCall(TSGetMaxSteps(ts, &maxn)); in DMSwarmTSRedistribute() 3035 PetscCall(TSGetMaxSteps(ts, &maxn)); in main()
|
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex2.c | 690 PetscCall(TSGetMaxSteps(ts, &nsteps)); in main()
|
| /petsc/include/ |
| H A D | petscts.h | 412 PETSC_EXTERN PetscErrorCode TSGetMaxSteps(TS, PetscInt *);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 2856 PetscErrorCode TSGetMaxSteps(TS ts, PetscInt *maxsteps) in TSGetMaxSteps() function
|