Home
last modified time | relevance | path

Searched defs:useAnchors (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/ !
H A Dplexdistribute.c69 PetscErrorCode DMPlexSetAdjacencyUseAnchors(DM dm, PetscBool useAnchors) in DMPlexSetAdjacencyUseAnchors()
92 PetscErrorCode DMPlexGetAdjacencyUseAnchors(DM dm, PetscBool *useAnchors) in DMPlexGetAdjacencyUseAnchors()
181 PetscErrorCode DMPlexGetMaxAdjacencySize_Internal(DM dm, PetscBool useAnchors, PetscInt *max_adjace… in DMPlexGetMaxAdjacencySize_Internal()
224 …m, PetscInt p, PetscBool useCone, PetscBool useTransitiveClosure, PetscBool useAnchors, PetscInt *… in DMPlexGetAdjacency_Internal()
314 PetscBool useCone, useClosure, useAnchors; in DMPlexGetAdjacency() local
1173 PetscBool useCone, useClosure, useAnchors; in DMPlexDistributeCones() local
H A Dplexpreallocate.c239 …scInt bs, PetscSF sfDof, PetscBool useCone, PetscBool useClosure, PetscBool useAnchors, PetscSecti… in DMPlexCreateAdjacencySection_Static()
/petsc/include/petsc/private/ !
H A Ddmpleximpl.h204 …PetscBool useAnchors; /* Replace constrai… member