Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c7 …dm, PetscBool useCone, PetscBool useClosure, PetscSection *anchorSectionAdj, PetscInt *anchorAdj[]) in DMPlexComputeAnchorAdjacencies() argument
139 *anchorAdj = adj; in DMPlexComputeAnchorAdjacencies()
147 *anchorAdj = NULL; in DMPlexComputeAnchorAdjacencies()
250 …PetscInt *tmpAdj = NULL, *adj, *rootAdj, *anchorAdj = NULL, *cols, *remoteOffsets, *myRan… in DMPlexCreateAdjacencySection_Static() local
353 PetscCall(DMPlexComputeAnchorAdjacencies(dm, useCone, useClosure, &anchorSectionAdj, &anchorAdj)); in DMPlexCreateAdjacencySection_Static()
460 adj[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static()
518 rootAdj[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static()
676 for (q = 0; q < anDof; q++, i++) cols[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static()
687 PetscCall(PetscFree(anchorAdj)); in DMPlexCreateAdjacencySection_Static()