Searched refs:n_el (Results 1 – 1 of 1) sorted by relevance
4343 PetscInt n_el = PetscMax(graph->n_local_subs, 1); in PCBDDCSetUpCorrection() local4345 PetscCall(PetscCalloc1(2 * n_el, &count_eff)); in PCBDDCSetUpCorrection()4378 for (PetscInt i = 0; i < n_el; i++) { in PCBDDCSetUpCorrection()4386 …PetscCall(PetscMalloc2(n_el * n_eff_vertices, &V_eff_to_V, n_el * n_eff_constraints, &C_eff_to_C)); in PCBDDCSetUpCorrection()4437 PetscCall(PetscMalloc1(n_el, &C_bss)); in PCBDDCSetUpCorrection()4439 for (PetscInt e = 0, cnt = 0; e < n_el; e++) { in PCBDDCSetUpCorrection()