Lines Matching refs:useClosure
155 …de DMPlexGetAdjacency_Transitive_Internal(DM dm, PetscInt p, PetscBool useClosure, PetscInt *adjSi… in DMPlexGetAdjacency_Transitive_Internal() argument
161 PetscCall(DMPlexGetTransitiveClosure(dm, p, useClosure, &starSize, &star)); in DMPlexGetAdjacency_Transitive_Internal()
166 …PetscCall(DMPlexGetTransitiveClosure(dm, star[s], (PetscBool)!useClosure, &closureSize, (PetscInt … in DMPlexGetAdjacency_Transitive_Internal()
173 …PetscCall(DMPlexRestoreTransitiveClosure(dm, star[s], (PetscBool)!useClosure, &closureSize, (Petsc… in DMPlexGetAdjacency_Transitive_Internal()
175 PetscCall(DMPlexRestoreTransitiveClosure(dm, p, useClosure, &starSize, &star)); in DMPlexGetAdjacency_Transitive_Internal()
314 PetscBool useCone, useClosure, useAnchors; in DMPlexGetAdjacency() local
320 PetscCall(DMGetBasicAdjacency(dm, &useCone, &useClosure)); in DMPlexGetAdjacency()
322 PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, useAnchors, adjSize, adj)); in DMPlexGetAdjacency()
1173 PetscBool useCone, useClosure, useAnchors; in DMPlexDistributeCones() local
1175 PetscCall(DMGetBasicAdjacency(dm, &useCone, &useClosure)); in DMPlexDistributeCones()
1176 PetscCall(DMSetBasicAdjacency(dmParallel, useCone, useClosure)); in DMPlexDistributeCones()