Searched refs:rootSize (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1251 PetscInt p, n, numNeighbors, numPoints, dof, off, rootSize, l, nleaves, leafSize; in DMPlexPartitionLabelInvert() local 1278 PetscCall(PetscSectionGetStorageSize(rootSection, &rootSize)); in DMPlexPartitionLabelInvert() 1279 PetscCall(PetscMalloc1(rootSize, &rootPoints)); in DMPlexPartitionLabelInvert()
|