Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c676 PetscInt nactive_edges = 0, n_act_n[3], gn_act_n[3]; in MatCoarsenApply_HEM_private() local
813 n_act_n[0] = nactive_edges; in MatCoarsenApply_HEM_private()
814 if (ghost_deleted_list) PetscCall(PetscCDCount(ghost_deleted_list, &n_act_n[2])); in MatCoarsenApply_HEM_private()
815 else n_act_n[2] = 0; in MatCoarsenApply_HEM_private()
816 PetscCall(PetscCDCount(agg_llists, &n_act_n[1])); in MatCoarsenApply_HEM_private()
817 PetscCallMPI(MPIU_Allreduce(n_act_n, gn_act_n, 3, MPIU_INT, MPI_SUM, comm)); in MatCoarsenApply_HEM_private()