Home
last modified time | relevance | path

Searched refs:donor_face_closure (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsfc.c210 …etscReal *upper, const DMBoundaryType *periodicity, PetscSegBuffer donor_face_closure[3], PetscSeg… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
239 PetscCall(PetscSegBufferExtractInPlace(donor_face_closure[direction], &donor_verts)); 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
1350 … PetscCall(PetscSegBufferCreate(sizeof(ZCode), 64 * PetscPowInt(2, dim), &donor_face_closure[i])); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1385 PetscCall(PetscSegBufferGet(donor_face_closure[bc / 2], num_fverts, &zput)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1415 …Private(dm, &layout, vert_z, per_faces, lower, upper, periodicity, donor_face_closure, my_donor_fa… in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1419 PetscCall(PetscSegBufferDestroy(&donor_face_closure[i])); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()