Searched refs:pipe_lo (Results 1 – 1 of 1) sorted by relevance
3924 const PetscInt pipe_lo[3] = {// vertex numbers of pipes in DMPlexCreateTPSMesh_Internal() local3931 cells[J][dir * 2 + 0][l][0] = pipe_lo[dir] + l; in DMPlexCreateTPSMesh_Internal()3934 cells[J][dir * 2 + 0][l][3] = pipe_lo[dir] + (l - 1 + 4) % 4; in DMPlexCreateTPSMesh_Internal()3940 edges[numEdges][0] = pipe_lo[dir] + l; in DMPlexCreateTPSMesh_Internal()3941 edges[numEdges][1] = pipe_lo[dir] + (l + 1) % 4; in DMPlexCreateTPSMesh_Internal()