Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c4227 const PetscReal *evCoords[] = {&vtxCoords[3 * ev[0]], &vtxCoords[3 * ev[1]]}; in DMPlexCreateTPSMesh_Internal() local
4231 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() local
4246 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()