Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1251 PetscInt p, n, numNeighbors, numPoints, dof, off, rootSize, l, nleaves, leafSize; in DMPlexPartitionLabelInvert() local
1335 PetscCall(PetscIntCast(counter, &leafSize)); in DMPlexPartitionLabelInvert()
1336 PetscCall(PetscMalloc1(leafSize, &leafPoints)); in DMPlexPartitionLabelInvert()
1359 PetscCall(PetscSectionGetStorageSize(leafSection, &leafSize)); in DMPlexPartitionLabelInvert()
1364 …for (p = 0; p < leafSize; p++) PetscCall(DMLabelSetValue(leafLabel, leafPoints[p].index, leafPoint… in DMPlexPartitionLabelInvert()