Searched refs:globParents (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1347 PetscInt *newParents, *newChildIDs, *globParents; in DMPlexDistributeSetupTree() local 1363 PetscCall(PetscMalloc1(numParents, &globParents)); in DMPlexDistributeSetupTree() 1364 PetscCall(ISLocalToGlobalMappingApplyBlock(original, numParents, origParents, globParents)); in DMPlexDistributeSetupTree() 1366 globParents = origParents; in DMPlexDistributeSetupTree() 1368 PetscCall(PetscSFBcastBegin(parentSF, MPIU_INT, globParents, newParents, MPI_REPLACE)); in DMPlexDistributeSetupTree() 1369 PetscCall(PetscSFBcastEnd(parentSF, MPIU_INT, globParents, newParents, MPI_REPLACE)); in DMPlexDistributeSetupTree() 1370 if (original) PetscCall(PetscFree(globParents)); in DMPlexDistributeSetupTree()
|