Searched refs:B_eff_V_J (Results 1 – 1 of 1) sorted by relevance
4305 PetscInt *B_eff_V_J = NULL, *R_eff_V_J = NULL, *B_eff_C_J = NULL, *R_eff_C_J = NULL; in PCBDDCSetUpCorrection() local4405 PetscCall(PetscMalloc1(n_B * n_eff_vertices, &B_eff_V_J)); in PCBDDCSetUpCorrection()4409 for (PetscInt i = 0; i < n_B * n_eff_vertices; i++) B_eff_V_J[i] = -1; in PCBDDCSetUpCorrection()4428 …for (j = 0; j < count_eff[s]; j++) B_eff_V_J[i * n_eff_vertices + j] = V_eff_to_V[e * n_eff_vertic… in PCBDDCSetUpCorrection()4917 PetscCall(MatCreateSeqAIJFromDenseExpand(B, n_vertices, B_eff_V_J, &T)); in PCBDDCSetUpCorrection()5236 PetscCall(PetscFree(B_eff_V_J)); in PCBDDCSetUpCorrection()