Searched refs:TSPostStep (Results 1 – 4 of 4) sorted by relevance
794 PETSC_EXTERN PetscErrorCode TSPostStep(TS);
997 PetscCall(TSPostStep(ts)); in TSSolve_GLLE()
3413 PetscErrorCode TSPostStep(TS ts) in TSPostStep() function4209 PetscCall(TSPostStep(ts)); in TSSolve()
567 if (!ts->steprollback) PetscCall(TSPostStep(ts)); in ReCompute()