Searched refs:DMPlexSetAnchors (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex3.c | 441 PetscCall(DMPlexSetAnchors(dm, aSec, aIS)); in SetupSection()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 487 PETSC_EXTERN PetscErrorCode DMPlexSetAnchors(DM, PetscSection, IS);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 751 PetscCall(DMPlexSetAnchors(dm, aSec, aIS)); in DMPlexCreateAnchors_Tree() 972 PetscCall(DMPlexSetAnchors(dm, NULL, NULL)); in DMPlexSetTree_Internal()
|
| H A D | plex.c | 10616 PetscErrorCode DMPlexSetAnchors(DM dm, PetscSection anchorSection, IS anchorIS) in DMPlexSetAnchors() function
|