Searched defs:stageindex (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | ts.c | 3213 …etPostStage(TS ts, PetscErrorCode (*func)(TS ts, PetscReal stagetime, PetscInt stageindex, Vec *Y)) in TSSetPostStage() 3311 PetscErrorCode TSPostStage(TS ts, PetscReal stagetime, PetscInt stageindex, Vec Y[]) in TSPostStage()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 2172 static PetscErrorCode PostStage(TS ts, PetscReal stagetime, PetscInt stageindex, Vec *Y) in PostStage()
|