Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/visualization/
H A Dtrajvisualization.c61 PetscCall(TSGetPrevTime(ts, &tprev)); in TSTrajectorySet_Visualization()
/petsc/src/ts/trajectory/impls/basic/
H A Dtrajbasic.c32 PetscCall(TSGetPrevTime(ts, &tprev)); in TSTrajectorySet_Basic()
/petsc/src/ts/tutorials/
H A Dex16fwd.c127 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor()
/petsc/src/ts/tutorials/autodiff/
H A Dex16adj.cxx158 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor()
H A Dex16adj_tl.cxx178 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor()
H A Dex16opt_ic.cxx115 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi189 PetscErrorCode TSGetPrevTime(PetscTS, PetscReal*)
H A DTS.pyx1730 petsc.TSGetPrevTime
1734 CHKERR(TSGetPrevTime(self.ts, &rval))
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c216 PetscCall(TSGetPrevTime(ts, &timeprev)); in ElementSet()
1067 PetscCall(TSGetPrevTime(ts, &timeprev)); in TSTrajectoryMemorySet_RON()
/petsc/include/
H A Dpetscts.h535 PETSC_EXTERN PetscErrorCode TSGetPrevTime(TS, PetscReal *);
/petsc/src/ts/interface/
H A Dts.c4288 PetscErrorCode TSGetPrevTime(TS ts, PetscReal *t) in TSGetPrevTime() function