Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1348 PetscInt *remoteOffsetsParents, newParentSize; in DMPlexDistributeSetupTree() local
1357 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()