Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c1144 PetscInt StY_idx = ldfp->strategy == MAT_LMVM_DENSE_INPLACE ? Y_idx : history_index(m, k, j); in MatLMVMDDFPUpdateSolveData() local
1148 PetscCall(MatDenseGetColumnVecWrite(ldfp->StY_triu_strict, StY_idx, &Sty_j)); in MatLMVMDDFPUpdateSolveData()
1152 PetscCall(MatDenseRestoreColumnVecWrite(ldfp->StY_triu_strict, StY_idx, &Sty_j)); in MatLMVMDDFPUpdateSolveData()
1159 …PetscCall(MatDenseGetSubMatrix(StY_local, StY_idx, StY_idx + 1, PETSC_DECIDE, PETSC_DECIDE, &StY_r… in MatLMVMDDFPUpdateSolveData()