Searched refs:TSGetMaxTime (Results 1 – 20 of 20) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex19.c | 138 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex16fwd.c | 126 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex20.c | 100 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex16.c | 165 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex20fwd.c | 108 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex20adj.c | 223 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex20opt_ic.c | 161 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex20opt_p.c | 349 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16adj.cxx | 157 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex16adj_tl.cxx | 177 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| H A D | ex16opt_ic.cxx | 114 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex3span.c | 194 PetscCall(TSGetMaxTime(ts, &maxtime)); in main()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex5.c | 304 PetscCall(TSGetMaxTime(ts, &maxt)); in DMSwarmTSRedistribute()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 198 PetscErrorCode TSGetMaxTime(PetscTS, PetscReal*)
|
| H A D | TS.pyx | 1858 petsc.TSGetMaxTime 1862 CHKERR(TSGetMaxTime(self.ts, &rval))
|
| /petsc/include/ |
| H A D | petscts.h | 416 PETSC_EXTERN PetscErrorCode TSGetMaxTime(TS, PetscReal *);
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1487 PetscCall(TSGetMaxTime(ts, &maxt)); in DMSwarmTSRedistribute()
|
| H A D | ex2.c | 2211 PetscCall(TSGetMaxTime(ts, &maxt)); in DMSwarmTSRedistribute()
|
| H A D | ex4.c | 2816 PetscCall(TSGetMaxTime(ts, &maxt)); in DMSwarmTSRedistribute()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 2978 PetscErrorCode TSGetMaxTime(TS ts, PetscReal *maxtime) in TSGetMaxTime() function
|