Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexorient.c747 PetscInt *numNeighbors, **neighbors, *locSupp = NULL; in DMPlexOrientCells_Internal() local
823 PetscCall(PetscCalloc3(numRoots, &rorntComp, numRoots, &lorntComp, maxSuppSize, &locSupp)); in DMPlexOrientCells_Internal()
840 locSupp[Ns++] = supp[s]; in DMPlexOrientCells_Internal()
844 neighbor = locSupp[0]; in DMPlexOrientCells_Internal()
1110 PetscCall(PetscFree3(rorntComp, lorntComp, locSupp)); in DMPlexOrientCells_Internal()