Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c3919 const PetscInt jfaces[3][2][4] = { in DMPlexCreateTPSMesh_Internal() local
3932 cells[J][dir * 2 + 0][l][1] = Jvoff + jfaces[dir][0][l]; in DMPlexCreateTPSMesh_Internal()
3933 cells[J][dir * 2 + 0][l][2] = Jvoff + jfaces[dir][0][(l - 1 + 4) % 4]; in DMPlexCreateTPSMesh_Internal()
3935 cells[J][dir * 2 + 1][l][0] = Jvoff + jfaces[dir][1][l]; in DMPlexCreateTPSMesh_Internal()
3938 cells[J][dir * 2 + 1][l][3] = Jvoff + jfaces[dir][1][(l - 1 + 4) % 4]; in DMPlexCreateTPSMesh_Internal()