Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3367 PetscInt (*parentNodeAndIdCoarse)[3]; in DMPlexTransferInjectorTree() local
3379 …PetscCall(PetscMalloc2(pEndC - pStartC, &parentNodeAndIdCoarse, pEndF - pStartF, &parentNodeAndIdF… in DMPlexTransferInjectorTree()
3385 parentNodeAndIdCoarse[p - pStartC][0] = rank; in DMPlexTransferInjectorTree()
3386 parentNodeAndIdCoarse[p - pStartC][1] = parent - pStartC; in DMPlexTransferInjectorTree()
3387 parentNodeAndIdCoarse[p - pStartC][2] = (p == parent) ? -1 : childId; in DMPlexTransferInjectorTree()
3397 parentNodeAndIdCoarse[p - pStartC][0] = iremote[leaf].rank; in DMPlexTransferInjectorTree()
3398 parentNodeAndIdCoarse[p - pStartC][1] = iremote[leaf].index; in DMPlexTransferInjectorTree()
3407 …PetscCall(PetscSFBcastBegin(coarseToFineEmbedded, threeInt, parentNodeAndIdCoarse, parentNodeAndId… in DMPlexTransferInjectorTree()
3408 …PetscCall(PetscSFBcastEnd(coarseToFineEmbedded, threeInt, parentNodeAndIdCoarse, parentNodeAndIdFi… in DMPlexTransferInjectorTree()
3442 PetscCall(PetscFree2(parentNodeAndIdCoarse, parentNodeAndIdFine)); in DMPlexTransferInjectorTree()