Searched refs:numParents (Results 1 – 1 of 1) sorted by relevance
1360 PetscInt numParents; in DMPlexDistributeSetupTree() local1362 PetscCall(PetscSectionGetStorageSize(origParentSection, &numParents)); in DMPlexDistributeSetupTree()1363 PetscCall(PetscMalloc1(numParents, &globParents)); in DMPlexDistributeSetupTree()1364 PetscCall(ISLocalToGlobalMappingApplyBlock(original, numParents, origParents, globParents)); in DMPlexDistributeSetupTree()