Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/alpha/
H A Dalpha2.c75 static PetscErrorCode TSAlpha_ApplyPredictor(TS ts, Vec X1) in TSAlpha_ApplyPredictor() function
182 PetscCall(TSAlpha_ApplyPredictor(ts, X1)); in TSAlpha_Restart()
194 PetscCall(TSAlpha_ApplyPredictor(ts, X2)); in TSAlpha_Restart()
261 PetscCall(TSAlpha_ApplyPredictor(ts, th->X1)); in TSStep_Alpha()