Searched refs:tmpAdjQ (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 88 …PetscCall(DMPlexGetAdjacency_Internal(dm, q, useCone, useClosure, PETSC_TRUE, &numAdjQ, &tmpAdjQ)); in DMPlexComputeAnchorAdjacencies() 90 qAdj = tmpAdjQ[r]; in DMPlexComputeAnchorAdjacencies() 122 …PetscCall(DMPlexGetAdjacency_Internal(dm, q, useCone, useClosure, PETSC_TRUE, &numAdjQ, &tmpAdjQ)); in DMPlexComputeAnchorAdjacencies() 124 qAdj = tmpAdjQ[r]; in DMPlexComputeAnchorAdjacencies() 145 PetscCall(PetscFree(tmpAdjQ)); in DMPlexComputeAnchorAdjacencies()
|