Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c788 PetscInt newSize, *newSupports, pStart, pEnd, p, d, depth; in DMPlexTreeExchangeSupports() local
825 PetscCall(PetscMalloc1(newSize, &newSupports)); in DMPlexTreeExchangeSupports()
845 if (j < numCones) newSupports[newOff + offsets[p]++] = q; in DMPlexTreeExchangeSupports()
865 if (j < numCones) newSupports[newOff + offsets[p]++] = r; in DMPlexTreeExchangeSupports()
877 if (j < numCones) newSupports[newqOff + offsets[q]++] = r; in DMPlexTreeExchangeSupports()
886 mesh->supports = newSupports; in DMPlexTreeExchangeSupports()