Home
last modified time | relevance | path

Searched refs:TSSetPostStep (Results 1 – 22 of 22) sorted by relevance

/petsc/src/ts/event/tests/
H A Dex1.c61 PetscCall(TSSetPostStep(ts, PostStep)); in main()
/petsc/src/ts/tutorials/power_grid/
H A Dex5.c295 PetscCall(TSSetPostStep(ts, SaveSolution)); in main()
H A Dex8.c97 PetscCall(TSSetPostStep(ts, PostStep)); in main()
H A Dex7.c91 PetscCall(TSSetPostStep(ts, PostStep)); in main()
H A Dex6.c92 PetscCall(TSSetPostStep(ts, PostStep)); in main()
/petsc/doc/changes/
H A D31.md131 - Change TSSetPreStep() and TSSetPostStep() to run before and after
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c171 *ierr = TSSetPostStep(*ts, ourpoststep); in tssetpoststep_()
/petsc/src/ts/tests/
H A Dex27.c452 PetscCall(TSSetPostStep(ts, UpdateSwarm)); in main()
H A Dex4.c151 if (flg) PetscCall(TSSetPostStep(ts, PostStep)); in main()
H A Dex30.c829 PetscCall(TSSetPostStep(ts, PostStep)); in go()
/petsc/src/dm/impls/swarm/tests/
H A Dex5.c554 PetscCall(TSSetPostStep(ts, MigrateParticles)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi264 PetscErrorCode TSSetPostStep(PetscTS, PetscTSPostStepFunction)
H A DTS.pyx2428 petsc.TSSetPostStep
2436 CHKERR(TSSetPostStep(self.ts, TS_PostStep))
2439 CHKERR(TSSetPostStep(self.ts, NULL))
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busadj.c966 PetscCall(TSSetPostStep(ts, NULL)); in main()
H A Dex9bus.c1206 PetscCall(TSSetPostStep(ts, SaveSolution)); in main()
H A Dex9busopt.c1383 PetscCall(TSSetPostStep(ts, NULL)); in FormFunctionGradient()
/petsc/src/ts/tutorials/
H A Dex77.c937 PetscCall(TSSetPostStep(ts, AdvectParticles)); in main()
/petsc/include/
H A Dpetscts.h788 PETSC_EXTERN PetscErrorCode TSSetPostStep(TS, PetscErrorCode (*)(TS));
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c1687 PetscCall(TSSetPostStep(ts, MigrateParticles)); in main()
H A Dex2.c2436 PetscCall(TSSetPostStep(ts, MigrateParticles)); in main()
H A Dex4.c3040 PetscCall(TSSetPostStep(ts, MigrateParticles)); in main()
/petsc/src/ts/interface/
H A Dts.c3389 PetscErrorCode TSSetPostStep(TS ts, PetscErrorCode (*func)(TS ts)) in TSSetPostStep() function