Home
last modified time | relevance | path

Searched refs:PostStage (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9bus.c620 PetscErrorCode PostStage(TS ts, PetscReal t, PetscInt i, Vec *X) in PostStage() function
1226 PetscCall(TSSetPostStage(ts, PostStage)); in main()
/petsc/src/ts/tutorials/
H A Dex30.c2172 static PetscErrorCode PostStage(TS ts, PetscReal stagetime, PetscInt stageindex, Vec *Y) in PostStage() function
2318 PetscCall(TSSetPostStage(ts, PostStage)); in Run()