Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c651 Mat temp_local, YtS_local, result_local; in MatGetLDLT() local
654 PetscCall(MatDenseGetLocalMatrix(result, &result_local)); in MatGetLDLT()
655 …Call(MatTransposeMatMult(YtS_local, temp_local, MAT_REUSE_MATRIX, PETSC_DETERMINE, &result_local)); in MatGetLDLT()
1077 Mat temp_local, StY_local, result_local; in MatGetRTDR() local
1080 PetscCall(MatDenseGetLocalMatrix(result, &result_local)); in MatGetRTDR()
1081 …Call(MatTransposeMatMult(StY_local, temp_local, MAT_REUSE_MATRIX, PETSC_DETERMINE, &result_local)); in MatGetRTDR()