Searched refs:tmpAdj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 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() [all …]
|