Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi87 PetscErrorCode DMPlexSetAdjacencyUseAnchors(PetscDM, PetscBool)
H A DDMPlex.pyx1512 petsc.DMPlexSetAdjacencyUseAnchors
1516 CHKERR(DMPlexSetAdjacencyUseAnchors(self.dm, flag))
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c69 PetscErrorCode DMPlexSetAdjacencyUseAnchors(DM dm, PetscBool useAnchors) in DMPlexSetAdjacencyUseAnchors() function
1178 PetscCall(DMPlexSetAdjacencyUseAnchors(dmParallel, useAnchors)); in DMPlexDistributeCones()
/petsc/include/
H A Dpetscdmplex.h284 PETSC_EXTERN PetscErrorCode DMPlexSetAdjacencyUseAnchors(DM, PetscBool);