Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscts.h786 PETSC_EXTERN PetscErrorCode TSSetPostStage(TS, PetscErrorCode (*)(TS, PetscReal, PetscInt, Vec *));
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9bus.c1226 PetscCall(TSSetPostStage(ts, PostStage)); in main()
/petsc/src/ts/tutorials/
H A Dex30.c2318 PetscCall(TSSetPostStage(ts, PostStage)); in Run()
/petsc/src/ts/interface/
H A Dts.c3213 PetscErrorCode TSSetPostStage(TS ts, PetscErrorCode (*func)(TS ts, PetscReal stagetime, PetscInt st… in TSSetPostStage() function