Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c4177 …PetscInt zcoord = (periodic && periodic[2] == DM_BOUNDARY_PERIODIC) ? ((k + zplus) % extent[2… in DMPlexCreateTPSMesh_Internal() local
4180 …PetscInt vert = ((zcoord * extentPlus[1] + ycoord) * extentPlus[0] + xcoord) * 56 + pattern… in DMPlexCreateTPSMesh_Internal()