Home
last modified time | relevance | path

Searched refs:C_to_eff_C (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4304 PetscInt *V_to_eff_V = NULL, *C_to_eff_C = NULL; in PCBDDCSetUpCorrection() local
4347 PetscCall(PetscMalloc1(n_constraints, &C_to_eff_C)); in PCBDDCSetUpCorrection()
4357 C_to_eff_C[i] = count_eff[s]; in PCBDDCSetUpCorrection()
4524 PetscInt size_of_constraint, j, col = C_to_eff_C ? C_to_eff_C[i] : i; in PCBDDCSetUpCorrection()
5233 PetscCall(PetscFree(C_to_eff_C)); in PCBDDCSetUpCorrection()