Searched refs:my_donor_faces (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 210 …MBoundaryType *periodicity, PetscSegBuffer donor_face_closure[3], PetscSegBuffer my_donor_faces[3]) in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 288 PetscCall(PetscSegBufferGetSize(my_donor_faces[direction], &num_my_donors)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 290 PetscCall(PetscSegBufferExtractInPlace(my_donor_faces[direction], &my_donors)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 1346 PetscSegBuffer per_faces[3], donor_face_closure[3], my_donor_faces[3]; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local 1349 PetscCall(PetscSegBufferCreate(sizeof(PetscInt), 64, &my_donor_faces[i])); in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1379 PetscCall(PetscSegBufferGet(my_donor_faces[bc / 2], 1, &put)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1415 …te(dm, &layout, vert_z, per_faces, lower, upper, periodicity, donor_face_closure, my_donor_faces)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1420 PetscCall(PetscSegBufferDestroy(&my_donor_faces[i])); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|