Searched refs:Y0 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/eimex/ |
| H A D | eimex.c | 153 Vec Y0 = ext->VecSolPrev, Y1 = ext->Y, Ydot = ext->Ydot, YdotI = ext->YdotI; in TSInterpolate_EIMEX() local 161 PetscCall(TSComputeIFunction(ts, ts->ptime - h, Y0, Ydot, YdotI, PETSC_FALSE)); in TSInterpolate_EIMEX() 165 PetscCall(VecAXPBYPCZ(X, a, b, 0.0, Y0, YdotI)); in TSInterpolate_EIMEX()
|