Searched refs:inum_faces (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 234 PetscInt inum_faces; in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() local 248 PetscCall(PetscIntCast(num_faces, &inum_faces)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 249 PetscCall(PetscSortedInt64(inum_faces, (const PetscInt64 *)donor_minz, &sorted)); 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() 314 …PetscCall(PetscSFSetGraph(face_sfs[num_directions], pEnd - pStart, inum_faces, faces, PETSC_COPY_V… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
|