Searched refs:TSGetPrevTime (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ts/trajectory/impls/visualization/ |
| H A D | trajvisualization.c | 61 PetscCall(TSGetPrevTime(ts, &tprev)); in TSTrajectorySet_Visualization()
|
| /petsc/src/ts/trajectory/impls/basic/ |
| H A D | trajbasic.c | 32 PetscCall(TSGetPrevTime(ts, &tprev)); in TSTrajectorySet_Basic()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex16fwd.c | 127 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16adj.cxx | 158 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor()
|
| H A D | ex16adj_tl.cxx | 178 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor()
|
| H A D | ex16opt_ic.cxx | 115 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 189 PetscErrorCode TSGetPrevTime(PetscTS, PetscReal*)
|
| H A D | TS.pyx | 1730 petsc.TSGetPrevTime 1734 CHKERR(TSGetPrevTime(self.ts, &rval))
|
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 216 PetscCall(TSGetPrevTime(ts, &timeprev)); in ElementSet() 1067 PetscCall(TSGetPrevTime(ts, &timeprev)); in TSTrajectoryMemorySet_RON()
|
| /petsc/include/ |
| H A D | petscts.h | 535 PETSC_EXTERN PetscErrorCode TSGetPrevTime(TS, PetscReal *);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 4288 PetscErrorCode TSGetPrevTime(TS ts, PetscReal *t) in TSGetPrevTime() function
|