Searched refs:postevaluate (Results 1 – 2 of 2) sorted by relevance
190 PetscErrorCode (*postevaluate)(TS); member
3263 ts->postevaluate = func; in TSSetPostEvaluate()3339 if (ts->postevaluate) { in TSPostEvaluate()3345 PetscCallBack("TS callback postevaluate", (*ts->postevaluate)(ts)); in TSPostEvaluate()