Searched refs:V_to_eff_V (Results 1 – 1 of 1) sorted by relevance
4304 PetscInt *V_to_eff_V = NULL, *C_to_eff_C = NULL; in PCBDDCSetUpCorrection() local4346 PetscCall(PetscMalloc1(n_vertices, &V_to_eff_V)); in PCBDDCSetUpCorrection()4351 V_to_eff_V[i] = count_eff[s]; in PCBDDCSetUpCorrection()4771 …for (j = xadj[i]; j < xadj[i + 1]; j++) array[lda_rhs * (V_to_eff_V ? V_to_eff_V[adjncy[j]] : adjn… in PCBDDCSetUpCorrection()5232 PetscCall(PetscFree(V_to_eff_V)); in PCBDDCSetUpCorrection()