Searched refs:bdY (Results 1 – 1 of 1) sorted by relevance
1271 DMBoundaryType bdX = bd[0], bdY = bd[1]; in DMPlexCreateSquareMesh_Simplex_CrissCross() local1276 …bdY == 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() argument1505 …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()[all …]