Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex3.c441 PetscCall(DMPlexSetAnchors(dm, aSec, aIS)); in SetupSection()
/petsc/include/
H A Dpetscdmplex.h487 PETSC_EXTERN PetscErrorCode DMPlexSetAnchors(DM, PetscSection, IS);
/petsc/src/dm/impls/plex/
H A Dplextree.c751 PetscCall(DMPlexSetAnchors(dm, aSec, aIS)); in DMPlexCreateAnchors_Tree()
972 PetscCall(DMPlexSetAnchors(dm, NULL, NULL)); in DMPlexSetTree_Internal()
H A Dplex.c10616 PetscErrorCode DMPlexSetAnchors(DM dm, PetscSection anchorSection, IS anchorIS) in DMPlexSetAnchors() function