Searched refs:prestage (Results 1 – 3 of 3) sorted by relevance
188 PetscErrorCode (*prestage)(TS, PetscReal); member
3184 ts->prestage = func; in TSSetPreStage()3288 if (ts->prestage) PetscCallBack("TS callback prestage", (*ts->prestage)(ts, stagetime)); in TSPreStage()
2360 PetscErrorCode (*prestage)(PetscTS, PetscReal) except PETSC_ERR_PYTHON