Lines Matching refs:tmpAdj

205 …tscInt leaves[], const PetscInt roots[], PetscInt numAdj, const PetscInt tmpAdj[], PetscInt *num_l…  in AdjancencyContainsLeafRootPair()  argument
214 const PetscInt padj = tmpAdj[q]; in AdjancencyContainsLeafRootPair()
225 if (tmpAdj[q] == leaf_) { in AdjancencyContainsLeafRootPair()
250 …PetscInt *tmpAdj = NULL, *adj, *rootAdj, *anchorAdj = NULL, *cols, *remoteOffsets, *myRan… in DMPlexCreateAdjacencySection_Static() local
361 … PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, useAnchors, &numAdj, &tmpAdj)); in DMPlexCreateAdjacencySection_Static()
363 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static()
400 … PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, useAnchors, &numAdj, &tmpAdj)); in DMPlexCreateAdjacencySection_Static()
402 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static()
439 … PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, useAnchors, &numAdj, &tmpAdj)); in DMPlexCreateAdjacencySection_Static()
447 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static()
508 … PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, useAnchors, &numAdj, &tmpAdj)); in DMPlexCreateAdjacencySection_Static()
522 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static()
598 … PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, useAnchors, &numAdj, &tmpAdj)); in DMPlexCreateAdjacencySection_Static()
599 …afRootPair(myRankPairSection, myRankPairLeaves, myRankPairRoots, numAdj, tmpAdj, &num_exclude_leav… in DMPlexCreateAdjacencySection_Static()
601 const PetscInt padj = tmpAdj[q]; in DMPlexCreateAdjacencySection_Static()
652 … PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, useAnchors, &numAdj, &tmpAdj)); in DMPlexCreateAdjacencySection_Static()
653 …afRootPair(myRankPairSection, myRankPairLeaves, myRankPairRoots, numAdj, tmpAdj, &num_exclude_leav… in DMPlexCreateAdjacencySection_Static()
662 const PetscInt padj = tmpAdj[q], *ncind; in DMPlexCreateAdjacencySection_Static()
689 PetscCall(PetscFree(tmpAdj)); in DMPlexCreateAdjacencySection_Static()
931 PetscInt *tmpClosure,*tmpAdj,*visits;