Searched refs:lowerIntPoints (Results 1 – 1 of 1) sorted by relevance
1021 …PetscReal *lowerIntPoints[3] = {&intPoints[0 * 6 * 6 * 3], &intPoints[1 * 6 * 6 * 3], &int… in DMPlexComputeGridHash_Internal() local1050 …eCellIntersection_Internal(dm, c, lp, &normal[d * 3], &lower[d], &lowerInt[d], lowerIntPoints[d])); 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()1199 …if (lowerIntPoints[plane][ip * cdim + nonIntersectingFace] > lp[nonIntersectingFace] - PETSC_SMALL… in DMPlexComputeGridHash_Internal()1215 tmp = lowerIntPoints[0]; in DMPlexComputeGridHash_Internal()1216 lowerIntPoints[0] = upperIntPoints[0]; in DMPlexComputeGridHash_Internal()1223 tmp = lowerIntPoints[1]; in DMPlexComputeGridHash_Internal()1224 lowerIntPoints[1] = upperIntPoints[1]; in DMPlexComputeGridHash_Internal()1231 tmp = lowerIntPoints[2]; in DMPlexComputeGridHash_Internal()[all …]