Home
last modified time | relevance | path

Searched refs:upperIntPoints (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1022 …PetscReal *upperIntPoints[3] = {&intPoints[3 * 6 * 6 * 3], &intPoints[4 * 6 * 6 * 3], &int… in DMPlexComputeGridHash_Internal() local
1059 …eCellIntersection_Internal(dm, c, up, &normal[3 * 2], &upper[2], &upperInt[2], upperIntPoints[2])); in DMPlexComputeGridHash_Internal()
1065 …eCellIntersection_Internal(dm, c, up, &normal[3 * 1], &upper[1], &upperInt[1], upperIntPoints[1])); in DMPlexComputeGridHash_Internal()
1078 …eCellIntersection_Internal(dm, c, up, &normal[3 * 0], &upper[0], &upperInt[0], upperIntPoints[0])); 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()
1202 …if (upperIntPoints[plane][ip * cdim + nonIntersectingFace] > lp[nonIntersectingFace] - PETSC_SMALL… in DMPlexComputeGridHash_Internal()
1216 lowerIntPoints[0] = upperIntPoints[0]; in DMPlexComputeGridHash_Internal()
1217 upperIntPoints[0] = tmp; in DMPlexComputeGridHash_Internal()
1224 lowerIntPoints[1] = upperIntPoints[1]; in DMPlexComputeGridHash_Internal()
[all …]