Searched refs:TSBDF_Extrapolate (Results 1 – 1 of 1) sorted by relevance
150 static PetscErrorCode TSBDF_Extrapolate(TS ts, PetscInt order, PetscReal t, Vec X) in TSBDF_Extrapolate() function271 …if (bdf->extrapolate) PetscCall(TSBDF_Extrapolate(ts, bdf->k - (accept ? 0 : 1), bdf->time[0], bdf… in TSStep_BDF()