Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c276 PetscSegBuffer seg_roots, seg_leaves; in DMPlexCreateAdjacencySection_Static() local
280 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()