Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1024 PetscInt numCoords, idx, dlim[6], lowerInt[3], upperInt[3]; in DMPlexComputeGridHash_Internal() local
1050 …etPlaneCellIntersection_Internal(dm, c, lp, &normal[d * 3], &lower[d], &lowerInt[d], lowerIntPoint… in DMPlexComputeGridHash_Internal()
1052 if (!lowerInt[d]) in DMPlexComputeGridHash_Internal()
1054 …t_FMT " times\n", c, d, (double)lp[0], (double)lp[1], cdim > 2 ? (double)lp[2] : 0., lowerInt[d])); in DMPlexComputeGridHash_Internal()
1085 NlInt += lowerInt[d]; in DMPlexComputeGridHash_Internal()
1123 for (PetscInt ip = 0; ip < lowerInt[plane]; ++ip) { in DMPlexComputeGridHash_Internal()
1196 if (!lowerInt[nonIntersectingFace] && !upperInt[nonIntersectingFace]) continue; in DMPlexComputeGridHash_Internal()
1198 for (PetscInt ip = 0; ip < lowerInt[nonIntersectingFace]; ++ip) { in DMPlexComputeGridHash_Internal()
1214 lowerInt[0] = upperInt[0]; in DMPlexComputeGridHash_Internal()
1222 lowerInt[1] = upperInt[1]; in DMPlexComputeGridHash_Internal()
[all …]