Lines Matching refs:leafSection
1907 …de DMLabelDistribute_Internal(DMLabel label, PetscSF sf, PetscSection *leafSection, PetscInt **lea… in DMLabelDistribute_Internal() argument
1951 PetscCall(PetscSectionCreate(comm, leafSection)); in DMLabelDistribute_Internal()
1952 PetscCall(PetscSFDistributeSection(sf, rootSection, &remoteOffsets, *leafSection)); in DMLabelDistribute_Internal()
1953 PetscCall(PetscSFCreateSectionSF(sf, rootSection, remoteOffsets, *leafSection, &labelSF)); in DMLabelDistribute_Internal()
1956 PetscCall(PetscSectionGetStorageSize(*leafSection, &size)); in DMLabelDistribute_Internal()
1987 PetscSection leafSection; in DMLabelDistribute() local
2023 PetscCall(DMLabelDistribute_Internal(label, sf, &leafSection, &leafStrata)); in DMLabelDistribute()
2026 PetscCall(PetscSectionGetStorageSize(leafSection, &size)); in DMLabelDistribute()
2047 PetscCall(PetscSectionGetChart(leafSection, &pStart, &pEnd)); in DMLabelDistribute()
2049 PetscCall(PetscSectionGetDof(leafSection, p, &dof)); in DMLabelDistribute()
2050 PetscCall(PetscSectionGetOffset(leafSection, p, &offset)); in DMLabelDistribute()
2062 PetscCall(PetscSectionGetChart(leafSection, &pStart, &pEnd)); in DMLabelDistribute()
2064 PetscCall(PetscSectionGetDof(leafSection, p, &dof)); in DMLabelDistribute()
2065 PetscCall(PetscSectionGetOffset(leafSection, p, &offset)); in DMLabelDistribute()
2079 PetscCall(PetscSectionDestroy(&leafSection)); in DMLabelDistribute()