Searched refs:seg_leaves (Results 1 – 1 of 1) sorted by relevance
276 PetscSegBuffer seg_roots, seg_leaves; in DMPlexCreateAdjacencySection_Static() local281 PetscCall(PetscSegBufferCreate(sizeof(PetscInt), 32, &seg_leaves)); in DMPlexCreateAdjacencySection_Static()287 PetscCall(PetscSegBufferGetInts(seg_leaves, 1, &slot)); in DMPlexCreateAdjacencySection_Static()294 PetscCall(PetscSegBufferExtractAlloc(seg_leaves, &myRankPairLeaves)); in DMPlexCreateAdjacencySection_Static()296 PetscCall(PetscSegBufferDestroy(&seg_leaves)); in DMPlexCreateAdjacencySection_Static()