Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1333 PetscInt *origParents, *origChildIDs; in DMPlexDistributeSetupTree() local
1344 PetscCall(DMPlexGetTree(dm, &origParentSection, &origParents, &origChildIDs, NULL, NULL)); in DMPlexDistributeSetupTree()
1364 PetscCall(ISLocalToGlobalMappingApplyBlock(original, numParents, origParents, globParents)); in DMPlexDistributeSetupTree()
1366 globParents = origParents; in DMPlexDistributeSetupTree()