Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3756 PetscSection leafValuesSec; in DMPlexTransferVecTree_Interpolate() local
3929 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)fine), &leafValuesSec)); in DMPlexTransferVecTree_Interpolate()
3930 …etscSFDistributeSection(coarseToFineEmbedded, rootValuesSec, &remoteOffsetsValues, leafValuesSec)); in DMPlexTransferVecTree_Interpolate()
3931 …eateSectionSF(coarseToFineEmbedded, rootValuesSec, remoteOffsetsValues, leafValuesSec, &valuesSF)); in DMPlexTransferVecTree_Interpolate()
3934 PetscCall(PetscSectionGetStorageSize(leafValuesSec, &numLeafValues)); in DMPlexTransferVecTree_Interpolate()
3962 PetscCall(PetscSectionGetChart(leafValuesSec, &leafStart, &leafEnd)); in DMPlexTransferVecTree_Interpolate()
3976 PetscCall(PetscSectionGetDof(leafValuesSec, p, &numValues)); in DMPlexTransferVecTree_Interpolate()
3978 PetscCall(PetscSectionGetOffset(leafValuesSec, p, &pValOff)); in DMPlexTransferVecTree_Interpolate()
4053 PetscCall(PetscSectionDestroy(&leafValuesSec)); in DMPlexTransferVecTree_Interpolate()