Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexorient.c345 PetscInt *numNeighbors, **neighbors, *locSupport = NULL; in DMPlexOrient() local
454 … PetscCall(PetscCalloc3(numRoots, &rorntComp, numRoots, &lorntComp, maxSupportSize, &locSupport)); in DMPlexOrient()
469 locSupport[Ns++] = support[s]; in DMPlexOrient()
472 neighbor = locSupport[0]; in DMPlexOrient()
695 PetscCall(PetscFree3(rorntComp, lorntComp, locSupport)); in DMPlexOrient()