Lines Matching refs:vextent
15 Ijk vextent; member
94 …LayoutCreate(PetscMPIInt size, const PetscInt eextent[3], const PetscInt vextent[3], ZLayout *layo… in ZLayoutCreate()
100 layout->vextent.i = vextent[0]; in ZLayoutCreate()
101 layout->vextent.j = vextent[1]; in ZLayoutCreate()
102 layout->vextent.k = vextent[2]; in ZLayoutCreate()
170 for (; z <= ZEncode(layout->vextent); z++) { in ZLayoutCreate()
177 layout->zstarts[size] = ZEncode(layout->vextent); in ZLayoutCreate()
270 if (IjkActive(layout->vextent, loc)) remote_count++; in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
1160 PetscInt eextent[3] = {1, 1, 1}, vextent[3] = {1, 1, 1}; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
1204 vextent[i] = faces[i] + 1; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1207 PetscCall(ZLayoutCreate(size, eextent, vextent, &layout)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1213 if (IjkActive(layout.vextent, loc)) PetscCall(PetscZSetAdd(vset, z)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1299 if (IjkActive(layout.vextent, loc)) remote_count++; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1366 bc_count[1] += loc.i == layout.vextent.i - 1; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1368 bc_count[3] += loc.j == layout.vextent.j - 1; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1370 bc_count[5] += loc.k == layout.vextent.k - 1; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()