Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex30.c2172 static PetscErrorCode PostStage(TS ts, PetscReal stagetime, PetscInt stageindex, Vec *Y) in PostStage() argument
2175 Vec u = Y[stageindex]; in PostStage()
2195 if (stageindex == 0) { in PostStage()
2203 …onlinear its %" PetscInt_FMT ", linear its %" PetscInt_FMT "\n", stepnum, stageindex, nits, lits)); in PostStage()
/petsc/src/ts/interface/
H A Dts.c3213 …etPostStage(TS ts, PetscErrorCode (*func)(TS ts, PetscReal stagetime, PetscInt stageindex, Vec *Y)) in TSSetPostStage() argument
3311 PetscErrorCode TSPostStage(TS ts, PetscReal stagetime, PetscInt stageindex, Vec Y[]) in TSPostStage() argument
3315 …>poststage) PetscCallBack("TS callback poststage", (*ts->poststage)(ts, stagetime, stageindex, Y)); in TSPostStage()