Searched refs:cell_type_local (Results 1 – 1 of 1) sorted by relevance
516 PetscInt cell_type_local = -1, cell_type_global = -1; in GetGlobalDMPlexPolytopeType() local518 if (first_point != -1) cell_type_local = (PetscInt)*cell_type; in GetGlobalDMPlexPolytopeType()519 …PetscCallMPI(MPIU_Allreduce(&cell_type_local, &cell_type_global, 1, MPIU_INT, MPI_MAX, PetscObject… in GetGlobalDMPlexPolytopeType()