Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c570 PetscInt *exclude_leaves, num_exclude_leaves = 0, max_adjacency_size = 0; in DMPlexCreateAdjacencySection_Static() local
572 PetscCall(PetscMalloc1(max_adjacency_size, &exclude_leaves)); in DMPlexCreateAdjacencySection_Static()
599 …rSection, myRankPairLeaves, myRankPairRoots, numAdj, tmpAdj, &num_exclude_leaves, exclude_leaves)); in DMPlexCreateAdjacencySection_Static()
609 PetscCall(PetscFindInt(padj, num_exclude_leaves, exclude_leaves, &count)); in DMPlexCreateAdjacencySection_Static()
653 …rSection, myRankPairLeaves, myRankPairRoots, numAdj, tmpAdj, &num_exclude_leaves, exclude_leaves)); in DMPlexCreateAdjacencySection_Static()
672 PetscCall(PetscFindInt(padj, num_exclude_leaves, exclude_leaves, &count)); in DMPlexCreateAdjacencySection_Static()
684 PetscCall(PetscFree(exclude_leaves)); in DMPlexCreateAdjacencySection_Static()