Searched refs:outsideCount (Results 1 – 1 of 1) sorted by relevance
1121 PetscInt outsideCount[6] = {0, 0, 0, 0, 0, 0}; in DMPlexComputeGridHash_Internal() local1128 …if (lowerIntPoints[plane][ip * cdim + d] < (lp[d] - PETSC_SMALL)) outsideCount[d]++; // The lower … in DMPlexComputeGridHash_Internal()1143 …if (upperIntPoints[plane][ip * cdim + d] > (up[d] + PETSC_SMALL)) outsideCount[cdim + d]++; // The… in DMPlexComputeGridHash_Internal()1163 … for (PetscInt d = 0; d < cdim; ++d) nIntersects += (outsideCount[d] + outsideCount[d + cdim]); in DMPlexComputeGridHash_Internal()1180 if (outsideCount[d] >= 3 && outsideCount[cdim + d] >= 3) { in DMPlexComputeGridHash_Internal()