Searched refs:num_exclude_leaves (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 570 PetscInt *exclude_leaves, num_exclude_leaves = 0, max_adjacency_size = 0; in DMPlexCreateAdjacencySection_Static() local 599 …nkPairSection, myRankPairLeaves, myRankPairRoots, numAdj, tmpAdj, &num_exclude_leaves, exclude_lea… in DMPlexCreateAdjacencySection_Static() 609 PetscCall(PetscFindInt(padj, num_exclude_leaves, exclude_leaves, &count)); in DMPlexCreateAdjacencySection_Static() 653 …nkPairSection, myRankPairLeaves, myRankPairRoots, numAdj, tmpAdj, &num_exclude_leaves, exclude_lea… in DMPlexCreateAdjacencySection_Static() 672 PetscCall(PetscFindInt(padj, num_exclude_leaves, exclude_leaves, &count)); in DMPlexCreateAdjacencySection_Static()
|