Searched refs:temp_local (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/dense/ |
| H A D | denseqn.c | 651 Mat temp_local, YtS_local, result_local; in MatGetLDLT() local 653 PetscCall(MatDenseGetLocalMatrix(lbfgs->temp_mat, &temp_local)); in MatGetLDLT() 655 …PetscCall(MatTransposeMatMult(YtS_local, temp_local, MAT_REUSE_MATRIX, PETSC_DETERMINE, &result_lo… in MatGetLDLT() 1077 Mat temp_local, StY_local, result_local; in MatGetRTDR() local 1079 PetscCall(MatDenseGetLocalMatrix(ldfp->temp_mat, &temp_local)); in MatGetRTDR() 1081 …PetscCall(MatTransposeMatMult(StY_local, temp_local, MAT_REUSE_MATRIX, PETSC_DETERMINE, &result_lo… in MatGetRTDR()
|