Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1360 PetscInt numParents; in DMPlexDistributeSetupTree() local
1362 PetscCall(PetscSectionGetStorageSize(origParentSection, &numParents)); in DMPlexDistributeSetupTree()
1363 PetscCall(PetscMalloc1(numParents, &globParents)); in DMPlexDistributeSetupTree()
1364 PetscCall(ISLocalToGlobalMappingApplyBlock(original, numParents, origParents, globParents)); in DMPlexDistributeSetupTree()