Home
last modified time | relevance | path

Searched refs:upperInt (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
1059 …etPlaneCellIntersection_Internal(dm, c, up, &normal[3 * 2], &upper[2], &upperInt[2], upperIntPoint… in DMPlexComputeGridHash_Internal()
1061 …if (!upperInt[2]) PetscCall(PetscPrintf(PETSC_COMM_SELF, " Cell %" PetscInt_FMT " upper direction… in DMPlexComputeGridHash_Internal()
1062 …cInt_FMT " times\n", c, (double)up[0], (double)up[1], cdim > 2 ? (double)up[2] : 0., upperInt[2])); in DMPlexComputeGridHash_Internal()
1065 …etPlaneCellIntersection_Internal(dm, c, up, &normal[3 * 1], &upper[1], &upperInt[1], upperIntPoint… in DMPlexComputeGridHash_Internal()
1067 if (!upperInt[1]) in DMPlexComputeGridHash_Internal()
1069 …cInt_FMT " times\n", c, (double)up[0], (double)up[1], cdim > 2 ? (double)up[2] : 0., upperInt[1])); in DMPlexComputeGridHash_Internal()
1078 …etPlaneCellIntersection_Internal(dm, c, up, &normal[3 * 0], &upper[0], &upperInt[0], upperIntPoint… in DMPlexComputeGridHash_Internal()
1080 if (!upperInt[0]) in DMPlexComputeGridHash_Internal()
1082 …cInt_FMT " times\n", c, (double)up[0], (double)up[1], cdim > 2 ? (double)up[2] : 0., upperInt[0])); in DMPlexComputeGridHash_Internal()
[all …]