Lines Matching refs:plane
1122 for (PetscInt plane = 0; plane < cdim; ++plane) { in DMPlexComputeGridHash_Internal() local
1123 for (PetscInt ip = 0; ip < lowerInt[plane]; ++ip) { in DMPlexComputeGridHash_Internal()
1127 …if ((lowerIntPoints[plane][ip * cdim + d] < (lp[d] - PETSC_SMALL)) || (lowerIntPoints[plane][ip * … in DMPlexComputeGridHash_Internal()
1128 …if (lowerIntPoints[plane][ip * cdim + d] < (lp[d] - PETSC_SMALL)) outsideCount[d]++; // The lower … in DMPlexComputeGridHash_Internal()
1133 …scInt_FMT " intersected lower plane %" PetscInt_FMT " of box %" PetscInt_FMT "\n", c, plane, box)); in DMPlexComputeGridHash_Internal()
1138 for (PetscInt ip = 0; ip < upperInt[plane]; ++ip) { in DMPlexComputeGridHash_Internal()
1142 …if ((upperIntPoints[plane][ip * cdim + d] < (lp[d] - PETSC_SMALL)) || (upperIntPoints[plane][ip * … in DMPlexComputeGridHash_Internal()
1143 …if (upperIntPoints[plane][ip * cdim + d] > (up[d] + PETSC_SMALL)) outsideCount[cdim + d]++; // The… in DMPlexComputeGridHash_Internal()
1148 …scInt_FMT " intersected upper plane %" PetscInt_FMT " of box %" PetscInt_FMT "\n", c, plane, box)); in DMPlexComputeGridHash_Internal()
1195 for (PetscInt plane = 0; plane < cdim; ++plane) { in DMPlexComputeGridHash_Internal() local
1199 …if (lowerIntPoints[plane][ip * cdim + nonIntersectingFace] > lp[nonIntersectingFace] - PETSC_SMALL… in DMPlexComputeGridHash_Internal()
1202 …if (upperIntPoints[plane][ip * cdim + nonIntersectingFace] > lp[nonIntersectingFace] - PETSC_SMALL… in DMPlexComputeGridHash_Internal()