Searched refs:ghasSubcell (Results 1 – 1 of 1) sorted by relevance
4319 PetscBool hasSubcell = PETSC_FALSE, ghasSubcell; in DMPlexFilter() local4332 …PetscCallMPI(MPIU_Allreduce(&hasSubcell, &ghasSubcell, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((Pe… in DMPlexFilter()4333 if (ghasSubcell) PetscCall(DMPlexSetOverlap(*subdm, NULL, 1)); in DMPlexFilter()