Lines Matching refs:local_auxmat2_R

4283   Mat A_RV = NULL, A_VR, A_VV, local_auxmat2_R = NULL;  in PCBDDCSetUpCorrection()  local
4553 … PetscCall(MatCreateSeqDense(PETSC_COMM_SELF, lda_rhs, n_eff_constraints, NULL, &local_auxmat2_R)); in PCBDDCSetUpCorrection()
4561 PetscCall(MatMatSolve(F, Brhs, local_auxmat2_R)); in PCBDDCSetUpCorrection()
4567 PetscCall(MatDenseGetArray(local_auxmat2_R, &marr)); in PCBDDCSetUpCorrection()
4581 PetscCall(MatDenseRestoreArray(local_auxmat2_R, &marr)); in PCBDDCSetUpCorrection()
4588 PetscCall(MatDenseGetArray(local_auxmat2_R, &marr)); in PCBDDCSetUpCorrection()
4598 PetscCall(MatDenseRestoreArray(local_auxmat2_R, &marr)); in PCBDDCSetUpCorrection()
4605 …PetscCall(MatDenseScatter_Private(pcbddc->R_to_B, local_auxmat2_R, pcbddc->local_auxmat2, INSERT_V… in PCBDDCSetUpCorrection()
4609 PetscCall(MatCreateSeqAIJFromDenseExpand(local_auxmat2_R, n_constraints, R_eff_C_J, &T)); in PCBDDCSetUpCorrection()
4610 PetscCall(MatDestroy(&local_auxmat2_R)); in PCBDDCSetUpCorrection()
4611 local_auxmat2_R = T; in PCBDDCSetUpCorrection()
4621 PetscCall(MatCreateSeqAIJFromDenseExpand(local_auxmat2_R, n_constraints, R_eff_C_J, &T)); in PCBDDCSetUpCorrection()
4622 PetscCall(MatDestroy(&local_auxmat2_R)); in PCBDDCSetUpCorrection()
4623 local_auxmat2_R = T; in PCBDDCSetUpCorrection()
4626 …PetscCall(MatCreateSubMatrix(local_auxmat2_R, is_R, NULL, MAT_INITIAL_MATRIX, &pcbddc->local_auxma… in PCBDDCSetUpCorrection()
4628 PetscCall(PetscObjectReference((PetscObject)local_auxmat2_R)); in PCBDDCSetUpCorrection()
4629 pcbddc->local_auxmat2 = local_auxmat2_R; in PCBDDCSetUpCorrection()
4930 PetscCall(MatProductCreate(local_auxmat2_R, S_CV, NULL, &B)); in PCBDDCSetUpCorrection()
5041 PetscCall(MatProductCreate(local_auxmat2_R, S_CC, NULL, &B)); in PCBDDCSetUpCorrection()
5092 PetscCall(MatDestroy(&local_auxmat2_R)); in PCBDDCSetUpCorrection()