Searched refs:S_x (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 1204 Vec S_x; in MatLMVMApplyVecsThenOp() local 1210 PetscCall(LMBasisGetWorkVec(S, &S_x)); in MatLMVMApplyVecsThenOp() 1211 PetscCall(LMBasisGEMV(S, oldest, next, alpha, x, 0.0, S_x)); in MatLMVMApplyVecsThenOp() 1213 PetscCall(op(B, S_x, B0S_x)); in MatLMVMApplyVecsThenOp() 1216 PetscCall(LMBasisRestoreWorkVec(S, &S_x)); in MatLMVMApplyVecsThenOp()
|