Home
last modified time | relevance | path

Searched refs:TSPostStep (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscts.h794 PETSC_EXTERN PetscErrorCode TSPostStep(TS);
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c997 PetscCall(TSPostStep(ts)); in TSSolve_GLLE()
/petsc/src/ts/interface/
H A Dts.c3413 PetscErrorCode TSPostStep(TS ts) in TSPostStep() function
4209 PetscCall(TSPostStep(ts)); in TSSolve()
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c567 if (!ts->steprollback) PetscCall(TSPostStep(ts)); in ReCompute()