Searched refs:poststage (Results 1 – 3 of 3) sorted by relevance
189 PetscErrorCode (*poststage)(TS, PetscReal, PetscInt, Vec *); member
3217 ts->poststage = func; in TSSetPostStage()3315 …if (ts->poststage) PetscCallBack("TS callback poststage", (*ts->poststage)(ts, stagetime, stageind… in TSPostStage()
2361 PetscErrorCode (*poststage)(PetscTS, PetscReal, PetscInt, PetscVec*) except PETSC_ERR_PYTHON