Searched refs:VecSolPrev (Results 1 – 1 of 1) sorted by relevance
18 …Vec VecSolPrev; /* Work vector holding the solution from the previous step (used for inte… member57 PetscCall(VecCopy(ext->VecSolPrev, Y)); /* Take the previous solution as initial step */ in TSStage_EIMEX()88 PetscCall(VecCopy(ts->vec_sol, ext->VecSolPrev)); in TSStep_EIMEX()153 Vec Y0 = ext->VecSolPrev, Y1 = ext->Y, Ydot = ext->Ydot, YdotI = ext->YdotI; in TSInterpolate_EIMEX()187 PetscCall(VecDestroy(&ext->VecSolPrev)); in TSReset_EIMEX()344 PetscCall(VecDuplicate(ts->vec_sol, &ext->VecSolPrev)); in TSSetUp_EIMEX()