Searched refs:periodicZ (Results 1 – 1 of 1) sorted by relevance
2585 static PetscErrorCode DMPlexCreateHexCylinderMesh_Internal(DM dm, DMBoundaryType periodicZ, PetscIn… in DMPlexCreateHexCylinderMesh_Internal() argument2601 if (periodicZ == DM_BOUNDARY_PERIODIC) { in DMPlexCreateHexCylinderMesh_Internal()2609 if (periodicZ == DM_BOUNDARY_PERIODIC) { in DMPlexCreateHexCylinderMesh_Internal()2873 if (periodicZ == DM_BOUNDARY_PERIODIC) { in DMPlexCreateHexCylinderMesh_Internal()2905 if (periodicZ == DM_BOUNDARY_PERIODIC || periodicZ == DM_BOUNDARY_TWIST) { in DMPlexCreateHexCylinderMesh_Internal()3026 PetscErrorCode DMPlexCreateHexCylinderMesh(MPI_Comm comm, DMBoundaryType periodicZ, PetscInt Nr, DM… in DMPlexCreateHexCylinderMesh() argument3032 PetscCall(DMPlexCreateHexCylinderMesh_Internal(*dm, periodicZ, Nr)); in DMPlexCreateHexCylinderMesh()