Searched refs:local_auxmat2_R (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 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() [all …]
|