Lines Matching refs:leafIndicesSec

2071   PetscSection         leafIndicesSec, leafMatricesSec;  in DMPlexComputeInterpolatorTree()  local
2462 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)fine), &leafIndicesSec)); in DMPlexComputeInterpolatorTree()
2464 …cSFDistributeSection(coarseToFineEmbedded, rootIndicesSec, &remoteOffsetsIndices, leafIndicesSec)); in DMPlexComputeInterpolatorTree()
2466 …SectionSF(coarseToFineEmbedded, rootIndicesSec, remoteOffsetsIndices, leafIndicesSec, &indicesSF)); in DMPlexComputeInterpolatorTree()
2471 PetscCall(PetscSectionGetStorageSize(leafIndicesSec, &numLeafIndices)); in DMPlexComputeInterpolatorTree()
2508 PetscCall(PetscSectionGetChart(leafIndicesSec, &leafStart, &leafEnd)); in DMPlexComputeInterpolatorTree()
2522 PetscCall(PetscSectionGetDof(leafIndicesSec, p, &numColIndices)); in DMPlexComputeInterpolatorTree()
2523 PetscCall(PetscSectionGetOffset(leafIndicesSec, p, &pIndOff)); in DMPlexComputeInterpolatorTree()
2677 PetscCall(PetscSectionGetMaxDof(leafIndicesSec, &maxColumns)); in DMPlexComputeInterpolatorTree()
2690 PetscCall(PetscSectionGetDof(leafIndicesSec, p, &numColIndices)); in DMPlexComputeInterpolatorTree()
2691 PetscCall(PetscSectionGetOffset(leafIndicesSec, p, &pIndOff)); in DMPlexComputeInterpolatorTree()
2804 PetscCall(PetscSectionDestroy(&leafIndicesSec)); in DMPlexComputeInterpolatorTree()
3282 PetscSection localCoarse, localFine, leafIndicesSec; in DMPlexTransferInjectorTree() local
3294 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)fine), &leafIndicesSec)); in DMPlexTransferInjectorTree()
3295 PetscCall(PetscSectionSetChart(leafIndicesSec, pStartF, pEndF)); in DMPlexTransferInjectorTree()
3310 PetscCall(PetscSectionSetDof(leafIndicesSec, p, dof + 1)); in DMPlexTransferInjectorTree()
3314 PetscCall(PetscSectionSetUp(leafIndicesSec)); in DMPlexTransferInjectorTree()
3315 PetscCall(PetscSectionGetStorageSize(leafIndicesSec, &numIndices)); in DMPlexTransferInjectorTree()
3329 PetscCall(PetscSectionGetOffset(leafIndicesSec, p, &off)); in DMPlexTransferInjectorTree()
3412 PetscCall(PetscSectionGetDof(leafIndicesSec, p, &dof)); in DMPlexTransferInjectorTree()
3416 PetscCall(PetscSectionGetOffset(leafIndicesSec, p, &off)); in DMPlexTransferInjectorTree()
3482 PetscCall(PetscSFDistributeSection(multiInv, leafIndicesSec, &remoteOffsets, rootIndicesSec)); in DMPlexTransferInjectorTree()
3483 …PetscCall(PetscSFCreateSectionSF(multiInv, leafIndicesSec, remoteOffsets, rootIndicesSec, &indices… in DMPlexTransferInjectorTree()
3499 PetscCall(PetscSectionDestroy(&leafIndicesSec)); in DMPlexTransferInjectorTree()