Searched refs:newParentSize (Results 1 – 1 of 1) sorted by relevance
1348 PetscInt *remoteOffsetsParents, newParentSize; in DMPlexDistributeSetupTree() local1357 PetscCall(PetscSectionGetStorageSize(newParentSection, &newParentSize)); in DMPlexDistributeSetupTree()1358 PetscCall(PetscMalloc2(newParentSize, &newParents, newParentSize, &newChildIDs)); in DMPlexDistributeSetupTree()1373 …PetscCall(ISGlobalToLocalMappingApplyBlock(renumbering, IS_GTOLM_MASK, newParentSize, newParents, … in DMPlexDistributeSetupTree()1377 for (p = 0; p < newParentSize; ++p) { in DMPlexDistributeSetupTree()