Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c1358 PetscInt bc_count[6] = {0}; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
1365 bc_count[0] += loc.i == 0; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1366 bc_count[1] += loc.i == layout.vextent.i - 1; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1367 bc_count[2] += loc.j == 0; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1368 bc_count[3] += loc.j == layout.vextent.j - 1; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1369 bc_count[4] += loc.k == 0; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1370 bc_count[5] += loc.k == layout.vextent.k - 1; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1374 if (bc_count[bc] == PetscPowInt(2, dim - 1)) { in DMPlexCreateBoxMesh_Tensor_SFC_Internal()