Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2961 PetscInt *offsets, *offsetsRoot; in DMPforestGetTransferSF_Internal() local
2965 PetscCall(PetscMalloc1(pEndC - pStartC, &offsetsRoot)); in DMPforestGetTransferSF_Internal()
2966 …tartC; p < pEndC; p++) PetscCall(PetscSectionGetOffset(rootSection, p, &offsetsRoot[p - pStartC])); in DMPforestGetTransferSF_Internal()
2967 PetscCall(PetscSFBcastBegin(pointTransferSF, MPIU_INT, offsetsRoot, offsets, MPI_REPLACE)); in DMPforestGetTransferSF_Internal()
2968 PetscCall(PetscSFBcastEnd(pointTransferSF, MPIU_INT, offsetsRoot, offsets, MPI_REPLACE)); in DMPforestGetTransferSF_Internal()
2994 PetscCall(PetscFree(offsetsRoot)); in DMPforestGetTransferSF_Internal()