Lines Matching refs:globalSection

77   v->globalSection             = NULL;  in DMCreate()
739 PetscCall(PetscSectionDestroy(&(*dm)->globalSection)); in DMDestroy()
4423 PetscCall(PetscSectionDestroy(&dm->globalSection)); in DMSetLocalSection()
4557 …faultSectionCheckConsistency_Internal(DM dm, PetscSection localSection, PetscSection globalSection) in DMDefaultSectionCheckConsistency_Internal() argument
4571 PetscCall(PetscSectionGetChart(globalSection, &pStart, &pEnd)); in DMDefaultSectionCheckConsistency_Internal()
4572 PetscCall(PetscSectionGetConstrainedStorageSize(globalSection, &nroots)); in DMDefaultSectionCheckConsistency_Internal()
4584 PetscCall(PetscSectionGetDof(globalSection, p, &gdof)); in DMDefaultSectionCheckConsistency_Internal()
4585 PetscCall(PetscSectionGetConstraintDof(globalSection, p, &gcdof)); in DMDefaultSectionCheckConsistency_Internal()
4586 PetscCall(PetscSectionGetOffset(globalSection, p, &goff)); in DMDefaultSectionCheckConsistency_Internal()
4658 if (!dm->globalSection) { in DMGetGlobalSection()
4666 …(PetscSectionCreateGlobalSection(s, sf, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &dm->globalSection)); in DMGetGlobalSection()
4668 …PetscCall(PetscSectionGetValueLayout(PetscObjectComm((PetscObject)dm), dm->globalSection, &dm->map… in DMGetGlobalSection()
4669 PetscCall(PetscSectionViewFromOptions(dm->globalSection, NULL, "-global_section_view")); in DMGetGlobalSection()
4671 *section = dm->globalSection; in DMGetGlobalSection()
4695 PetscCall(PetscSectionDestroy(&dm->globalSection)); in DMSetGlobalSection()
4696 dm->globalSection = section; in DMSetGlobalSection()
4797 PetscErrorCode DMCreateSectionSF(DM dm, PetscSection localSection, PetscSection globalSection) in DMCreateSectionSF() argument
4801 PetscCall(PetscSFSetGraphSection(dm->sectionSF, localSection, globalSection)); in DMCreateSectionSF()