Lines Matching refs:bdY

1271   DMBoundaryType bdX = bd[0], bdY = bd[1];  in DMPlexCreateSquareMesh_Simplex_CrissCross()  local
1276bdY == DM_BOUNDARY_NONE || bdY == DM_BOUNDARY_PERIODIC, PetscObjectComm((PetscObject)dm), PETSC_ER… in DMPlexCreateSquareMesh_Simplex_CrissCross()
1293 …const PetscInt numYVertices = rank == 0 ? (bdY == DM_BOUNDARY_PERIODIC ? edges[1] : edges[1] + 1) … in DMPlexCreateSquareMesh_Simplex_CrissCross()
1381 if ((bdY != DM_BOUNDARY_PERIODIC) && (bdY != DM_BOUNDARY_TWIST)) { in DMPlexCreateSquareMesh_Simplex_CrissCross()
1438 if (bdX == DM_BOUNDARY_PERIODIC || bdY == DM_BOUNDARY_PERIODIC) { in DMPlexCreateSquareMesh_Simplex_CrissCross()
1486 …scReal upper[], const PetscInt edges[], DMBoundaryType bdX, DMBoundaryType bdY, DMBoundaryType bdZ) in DMPlexCreateCubeMesh_Internal() argument
1505 …if (bdX == DM_BOUNDARY_PERIODIC || bdX == DM_BOUNDARY_TWIST || bdY == DM_BOUNDARY_PERIODIC || bdY in DMPlexCreateCubeMesh_Internal()
1543 …const PetscInt numYVertices = rank == 0 ? (bdY == DM_BOUNDARY_PERIODIC || bdY == DM_BOUNDARY_TWIST… in DMPlexCreateCubeMesh_Internal()
1602 …if (bdY != DM_BOUNDARY_NONE && fy == numYEdges - 1 && cutLabel) PetscCall(DMLabelSetValue(cutLabel… in DMPlexCreateCubeMesh_Internal()
1654 if (bdY != DM_BOUNDARY_PERIODIC) { in DMPlexCreateCubeMesh_Internal()
1690 if (bdY == DM_BOUNDARY_TWIST && fy == numYEdges - 1) { in DMPlexCreateCubeMesh_Internal()
1695 …if (bdY != DM_BOUNDARY_NONE && fy == numYEdges - 1 && cutLabel) PetscCall(DMLabelSetValue(cutLabel… in DMPlexCreateCubeMesh_Internal()
1741 if (bdY != DM_BOUNDARY_PERIODIC) { in DMPlexCreateCubeMesh_Internal()
1760 …const PetscInt nextv = (dim == 2 && bdY == DM_BOUNDARY_TWIST && ey == numYEdges - 1) ? (numXVert… in DMPlexCreateCubeMesh_Internal()
1830 if ((bdY != DM_BOUNDARY_PERIODIC) && (bdY != DM_BOUNDARY_TWIST)) { in DMPlexCreateCubeMesh_Internal()
1850 if (bdY != DM_BOUNDARY_PERIODIC) { in DMPlexCreateCubeMesh_Internal()