Searched refs:oldest_new (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/sr1/ |
| H A D | sr1.c | 340 PetscInt oldest_new, next_new; in MatUpdate_LMVMSR1() local 343 PetscCall(MatLMVMGetRange(B, &oldest_new, &next_new)); in MatUpdate_LMVMSR1() 345 PetscCall(LMBasisGEMVH(SmH0Y, oldest_new, next_new, 1.0, F, 0.0, sr1->SmH0YtFprev)); in MatUpdate_LMVMSR1()
|
| /petsc/src/ksp/ksp/utils/lmvm/brdn/ |
| H A D | brdn.c | 368 PetscInt oldest_new, next_new; in MatUpdate_LMVMBrdn() local 370 PetscCall(MatLMVMGetRange(B, &oldest_new, &next_new)); in MatUpdate_LMVMBrdn() 373 PetscCall(LMBasisGEMVH(Y, oldest_new, next_new, 1.0, F, 0.0, brdn->YtFprev)); in MatUpdate_LMVMBrdn()
|
| /petsc/src/ksp/ksp/utils/lmvm/symbrdn/ |
| H A D | symbrdn.c | 635 PetscInt oldest_new, next_new; in MatUpdate_LMVMSymBrdn() local 663 PetscCall(MatLMVMGetRange(B, &oldest_new, &next_new)); in MatUpdate_LMVMSymBrdn() 667 PetscCall(LMBasisGEMVH(S, oldest_new, next_new, 1.0, F, 0.0, lsb->StFprev)); in MatUpdate_LMVMSymBrdn() 676 PetscCall(LMBasisGEMVH(H0Y, oldest_new, next_new, 1.0, F, 0.0, lsb->YtH0Fprev)); in MatUpdate_LMVMSymBrdn()
|