Searched refs:idxp (Results 1 – 1 of 1) sorted by relevance
4434 PetscInt *idxp; in PCBDDCSetUpCorrection() local4436 PetscCall(PetscMalloc1(n_constraints, &idxp)); in PCBDDCSetUpCorrection()4443 for (PetscInt c = 0; c < nc; c++) idxp[cnt + c] = C_eff_to_C[e * n_eff_constraints + c]; in PCBDDCSetUpCorrection()4447 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, n_constraints, idxp, PETSC_OWN_POINTER, &is_C_perm)); in PCBDDCSetUpCorrection()