Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/brdn/
H A Dbrdn.c355 if (!brdn->YtFprev) PetscCall(LMBasisCreateRow(Y, &brdn->YtFprev)); in MatUpdate_LMVMBrdn()
360 PetscCall(VecCopy(brdn->YtFprev, YtFprev_old)); in MatUpdate_LMVMBrdn()
373 PetscCall(LMBasisGEMVH(Y, oldest_new, next_new, 1.0, F, 0.0, brdn->YtFprev)); in MatUpdate_LMVMBrdn()
374 PetscCall(LMBasisSetCachedProduct(Y, F, brdn->YtFprev)); in MatUpdate_LMVMBrdn()
375 PetscCall(VecAXPBY(YtFprev_old, 1.0, -1.0, brdn->YtFprev)); in MatUpdate_LMVMBrdn()
383 if (!brdn->YtFprev) PetscCall(LMBasisCreateRow(Y, &brdn->YtFprev)); in MatUpdate_LMVMBrdn()
401 PetscCall(VecDestroy(&lbrdn->YtFprev)); in MatReset_LMVMBrdn()
405 if (lbrdn->YtFprev) PetscCall(VecZeroEntries(lbrdn->YtFprev)); in MatReset_LMVMBrdn()
H A Dbrdn.h33 Vec YtFprev; member