Searched refs:evCoords (Results 1 – 1 of 1) sorted by relevance
4227 const PetscReal *evCoords[] = {&vtxCoords[3 * ev[0]], &vtxCoords[3 * ev[1]]}; in DMPlexCreateTPSMesh_Internal() local4231 if (evCoords[0][d] == 0. && evCoords[1][d] == 0.) numEdges++; in DMPlexCreateTPSMesh_Internal()4232 if (evCoords[0][d] == 2. * extent[d] && evCoords[1][d] == 2. * extent[d]) numEdges++; in DMPlexCreateTPSMesh_Internal()4242 const PetscReal *evCoords[] = {&vtxCoords[3 * ev[0]], &vtxCoords[3 * ev[1]]}; in DMPlexCreateTPSMesh_Internal() local4246 if (evCoords[0][d] == 0. && evCoords[1][d] == 0.) { in DMPlexCreateTPSMesh_Internal()4251 if (evCoords[0][d] == 2. * extent[d] && evCoords[1][d] == 2. * extent[d]) { in DMPlexCreateTPSMesh_Internal()