Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c1077 Mat temp_local, StY_local, result_local; in MatGetRTDR() local
1078 PetscCall(MatDenseGetLocalMatrix(ldfp->StY_triu_strict, &StY_local)); in MatGetRTDR()
1081 …PetscCall(MatTransposeMatMult(StY_local, temp_local, MAT_REUSE_MATRIX, PETSC_DETERMINE, &result_lo… in MatGetRTDR()
1156 Mat StY_local, StY_row; in MatLMVMDDFPUpdateSolveData() local
1158 PetscCall(MatDenseGetLocalMatrix(ldfp->StY_triu_strict, &StY_local)); in MatLMVMDDFPUpdateSolveData()
1159 …PetscCall(MatDenseGetSubMatrix(StY_local, StY_idx, StY_idx + 1, PETSC_DECIDE, PETSC_DECIDE, &StY_r… in MatLMVMDDFPUpdateSolveData()
1161 PetscCall(MatDenseRestoreSubMatrix(StY_local, &StY_row)); in MatLMVMDDFPUpdateSolveData()