Searched refs:zplus (Results 1 – 1 of 1) sorted by relevance
4176 PetscInt zplus = (blockidx & 4) >> 2; in DMPlexCreateTPSMesh_Internal() local4177 … = (periodic && periodic[2] == DM_BOUNDARY_PERIODIC) ? ((k + zplus) % extent[2]) : (k + zplus); in DMPlexCreateTPSMesh_Internal()