Home
last modified time | relevance | path

Searched refs:TSGetMaxTime (Results 1 – 20 of 20) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex19.c138 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex16fwd.c126 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex20.c100 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex16.c165 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex20fwd.c108 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex20adj.c223 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex20opt_ic.c161 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex20opt_p.c349 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
/petsc/src/ts/tutorials/autodiff/
H A Dex16adj.cxx157 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex16adj_tl.cxx177 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex16opt_ic.cxx114 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
/petsc/src/ts/event/tests/
H A Dex3span.c194 PetscCall(TSGetMaxTime(ts, &maxtime)); in main()
/petsc/src/dm/impls/swarm/tests/
H A Dex5.c304 PetscCall(TSGetMaxTime(ts, &maxt)); in DMSwarmTSRedistribute()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi198 PetscErrorCode TSGetMaxTime(PetscTS, PetscReal*)
H A DTS.pyx1858 petsc.TSGetMaxTime
1862 CHKERR(TSGetMaxTime(self.ts, &rval))
/petsc/include/
H A Dpetscts.h416 PETSC_EXTERN PetscErrorCode TSGetMaxTime(TS, PetscReal *);
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c1487 PetscCall(TSGetMaxTime(ts, &maxt)); in DMSwarmTSRedistribute()
H A Dex2.c2211 PetscCall(TSGetMaxTime(ts, &maxt)); in DMSwarmTSRedistribute()
H A Dex4.c2816 PetscCall(TSGetMaxTime(ts, &maxt)); in DMSwarmTSRedistribute()
/petsc/src/ts/interface/
H A Dts.c2978 PetscErrorCode TSGetMaxTime(TS ts, PetscReal *maxtime) in TSGetMaxTime() function