Lines Matching refs:rootValuesSec
3755 PetscSection rootValuesSec; in DMPlexTransferVecTree_Interpolate() local
3821 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)coarse), &rootValuesSec)); in DMPlexTransferVecTree_Interpolate()
3822 PetscCall(PetscSectionSetChart(rootValuesSec, pStartC, pEndC)); in DMPlexTransferVecTree_Interpolate()
3878 PetscCall(PetscSectionSetDof(rootValuesSec, p, numValues)); in DMPlexTransferVecTree_Interpolate()
3880 PetscCall(PetscSectionSetUp(rootValuesSec)); in DMPlexTransferVecTree_Interpolate()
3885 PetscCall(PetscSectionGetStorageSize(rootValuesSec, &numRootValues)); in DMPlexTransferVecTree_Interpolate()
3894 PetscCall(PetscSectionGetDof(rootValuesSec, p, &numValues)); in DMPlexTransferVecTree_Interpolate()
3896 PetscCall(PetscSectionGetOffset(rootValuesSec, p, &pValOff)); in DMPlexTransferVecTree_Interpolate()
3930 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootValuesSec, &remoteOffsetsValues, leaf… in DMPlexTransferVecTree_Interpolate()
3931 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootValuesSec, remoteOffsetsValues, leafVal… in DMPlexTransferVecTree_Interpolate()
3940 PetscCall(PetscSectionDestroy(&rootValuesSec)); in DMPlexTransferVecTree_Interpolate()