Home
last modified time | relevance | path

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

/petsc/src/ts/impls/eimex/
H A Deimex.c18 …Vec VecSolPrev; /* Work vector holding the solution from the previous step (used for inte… member
57 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()