Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi88 PetscErrorCode DMPlexGetAdjacencyUseAnchors(PetscDM, PetscBool*)
H A DDMPlex.pyx1526 petsc.DMPlexGetAdjacencyUseAnchors
1530 CHKERR(DMPlexGetAdjacencyUseAnchors(self.dm, &flag))
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c92 PetscErrorCode DMPlexGetAdjacencyUseAnchors(DM dm, PetscBool *useAnchors) in DMPlexGetAdjacencyUseAnchors() function
321 PetscCall(DMPlexGetAdjacencyUseAnchors(dm, &useAnchors)); in DMPlexGetAdjacency()
1177 PetscCall(DMPlexGetAdjacencyUseAnchors(dm, &useAnchors)); in DMPlexDistributeCones()
/petsc/include/
H A Dpetscdmplex.h285 PETSC_EXTERN PetscErrorCode DMPlexGetAdjacencyUseAnchors(DM, PetscBool *);