Searched refs:seg_roots (Results 1 – 1 of 1) sorted by relevance
276 PetscSegBuffer seg_roots, seg_leaves; in DMPlexCreateAdjacencySection_Static() local280 PetscCall(PetscSegBufferCreate(sizeof(PetscInt), 32, &seg_roots)); in DMPlexCreateAdjacencySection_Static()285 PetscCall(PetscSegBufferGetInts(seg_roots, 1, &slot)); in DMPlexCreateAdjacencySection_Static()291 PetscCall(PetscSegBufferGetSize(seg_roots, &buffer_size)); in DMPlexCreateAdjacencySection_Static()293 PetscCall(PetscSegBufferExtractAlloc(seg_roots, &roots_with_dups)); in DMPlexCreateAdjacencySection_Static()295 PetscCall(PetscSegBufferDestroy(&seg_roots)); in DMPlexCreateAdjacencySection_Static()