Searched refs:per_faces (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 210 …ivate(DM dm, const ZLayout *layout, const ZCode *vert_z, PetscSegBuffer per_faces[3], const PetscR… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 237 PetscCall(PetscSegBufferGetSize(per_faces[direction], &num_faces)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 238 PetscCall(PetscSegBufferExtractInPlace(per_faces[direction], &faces)); 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 1348 PetscCall(PetscSegBufferCreate(sizeof(PetscInt), 64, &per_faces[i])); in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1382 PetscCall(PetscSegBufferGet(per_faces[bc / 2], 1, &put)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1415 …PetscCall(DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private(dm, &layout, vert_z, per_faces, lower… in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1418 PetscCall(PetscSegBufferDestroy(&per_faces[i])); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|