Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c1156 Mat StY_local, StY_row; in MatLMVMDDFPUpdateSolveData() local
1159 …cCall(MatDenseGetSubMatrix(StY_local, StY_idx, StY_idx + 1, PETSC_DECIDE, PETSC_DECIDE, &StY_row)); in MatLMVMDDFPUpdateSolveData()
1160 PetscCall(MatZeroEntries(StY_row)); in MatLMVMDDFPUpdateSolveData()
1161 PetscCall(MatDenseRestoreSubMatrix(StY_local, &StY_row)); in MatLMVMDDFPUpdateSolveData()