Searched refs:num_directions (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 225 PetscInt num_directions = 0; in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() local 274 PetscCall(PetscSFCreate(PetscObjectComm((PetscObject)dm), &face_sfs[num_directions])); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 275 …PetscCall(PetscSFSetGraph(face_sfs[num_directions], vEnd - vStart, inum_faces, NULL, PETSC_USE_POI… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 277 PetscCall(PetscSFComputeDegreeBegin(face_sfs[num_directions], &my_donor_degree)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 278 PetscCall(PetscSFComputeDegreeEnd(face_sfs[num_directions], &my_donor_degree)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 307 …PetscCall(PetscSFBcastBegin(face_sfs[num_directions], MPIU_INT, my_donor_indices, donor_indices, M… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 308 …PetscCall(PetscSFBcastEnd(face_sfs[num_directions], MPIU_INT, my_donor_indices, donor_indices, MPI… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 314 …PetscCall(PetscSFSetGraph(face_sfs[num_directions], pEnd - pStart, inum_faces, faces, PETSC_COPY_V… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 317 …f(face_sf_name, sizeof face_sf_name, "Z-order Isoperiodic Faces #%" PetscInt_FMT, num_directions)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 318 PetscCall(PetscObjectSetName((PetscObject)face_sfs[num_directions], face_sf_name)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() [all …]
|