Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/alpha/
H A Dalpha2.c43 void *predictor_ctx; member
71 th->predictor_ctx = ctx; in TSAlpha2SetPredictor()
81 if (th->predictor) PetscCall(th->predictor(ts, th->X0, th->V0, th->A0, X1, th->predictor_ctx)); in TSAlpha_ApplyPredictor()
583 th->predictor_ctx = NULL; in TSCreate_Alpha2()