Searched refs:C_eff_to_C (Results 1 – 1 of 1) sorted by relevance
4342 PetscInt *count_eff, *V_eff_to_V, *C_eff_to_C, *nnz; in PCBDDCSetUpCorrection() local4386 …PetscCall(PetscMalloc2(n_el * n_eff_vertices, &V_eff_to_V, n_el * n_eff_constraints, &C_eff_to_C)); in PCBDDCSetUpCorrection()4399 C_eff_to_C[e * n_eff_constraints + count_eff[s]] = i; in PCBDDCSetUpCorrection()4419 …for (j = 0; j < count_eff[s + 1]; j++) R_eff_C_J[i * n_eff_constraints + j] = C_eff_to_C[e * n_eff… in PCBDDCSetUpCorrection()4429 …for (j = 0; j < count_eff[s + 1]; j++) B_eff_C_J[i * n_eff_constraints + j] = C_eff_to_C[e * n_eff… in PCBDDCSetUpCorrection()4443 for (PetscInt c = 0; c < nc; c++) idxp[cnt + c] = C_eff_to_C[e * n_eff_constraints + c]; in PCBDDCSetUpCorrection()4449 PetscCall(PetscFree2(V_eff_to_V, C_eff_to_C)); in PCBDDCSetUpCorrection()