Searched refs:origParents (Results 1 – 1 of 1) sorted by relevance
1333 PetscInt *origParents, *origChildIDs; in DMPlexDistributeSetupTree() local1344 PetscCall(DMPlexGetTree(dm, &origParentSection, &origParents, &origChildIDs, NULL, NULL)); in DMPlexDistributeSetupTree()1364 PetscCall(ISLocalToGlobalMappingApplyBlock(original, numParents, origParents, globParents)); in DMPlexDistributeSetupTree()1366 globParents = origParents; in DMPlexDistributeSetupTree()