Searched refs:tmpAdjP (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 24 PetscInt *tmpAdjP = NULL, *tmpAdjQ = NULL; in DMPlexComputeAnchorAdjacencies() local 83 …PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, PETSC_TRUE, &numAdjP, &tmpAdjP)); in DMPlexComputeAnchorAdjacencies() 93 if (qAdj == tmpAdjP[s]) break; in DMPlexComputeAnchorAdjacencies() 114 …PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, PETSC_TRUE, &numAdjP, &tmpAdjP)); in DMPlexComputeAnchorAdjacencies() 127 if (qAdj == tmpAdjP[s]) break; in DMPlexComputeAnchorAdjacencies() 144 PetscCall(PetscFree(tmpAdjP)); in DMPlexComputeAnchorAdjacencies()
|