Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1051 PetscErrorCode DMPlexClosurePoints_Private(DM dm, PetscInt numPoints, const PetscInt points[], IS *… in DMPlexClosurePoints_Private() function
1113 PetscCall(DMPlexClosurePoints_Private(dm, numPoints, points, &closureIS)); in DMPlexPartitionLabelClosure()
H A Dplexdistribute.c1903 PetscCall(DMPlexClosurePoints_Private(dm, npoints, points + poff, &is)); in DMPlexDistribute()
/petsc/include/petsc/private/
H A Ddmpleximpl.h310 PETSC_INTERN PetscErrorCode DMPlexClosurePoints_Private(DM, PetscInt, const PetscInt[], IS *);