Lines Matching refs:sectionGlobal

10   PetscSection section, sectionGlobal, adjSec, aSec;  in DMPlexComputeAnchorAdjacencies()  local
15 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); in DMPlexComputeAnchorAdjacencies()
132 PetscCall(PetscSectionGetOffset(sectionGlobal, qAdj, &qAdjOff)); in DMPlexComputeAnchorAdjacencies()
245 …PetscSection section, sectionGlobal, leafSectionAdj, rootSectionAdj, sectionAdj, anchorSecti… in DMPlexCreateAdjacencySection_Static() local
259 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); in DMPlexCreateAdjacencySection_Static()
453 PetscCall(PetscSectionGetOffset(sectionGlobal, padj, &ngoff)); in DMPlexCreateAdjacencySection_Static()
528 PetscCall(PetscSectionGetOffset(sectionGlobal, padj, &ngoff)); in DMPlexCreateAdjacencySection_Static()
566 PetscCall(PetscSectionGetOffsetRange(sectionGlobal, &globalOffStart, &globalOffEnd)); in DMPlexCreateAdjacencySection_Static()
581 PetscCall(PetscSectionGetOffset(sectionGlobal, p, &goff)); in DMPlexCreateAdjacencySection_Static()
597 PetscCall(PetscSectionGetOffset(sectionGlobal, p, &goff)); in DMPlexCreateAdjacencySection_Static()
633 PetscCall(PetscSectionGetOffset(sectionGlobal, p, &goff)); in DMPlexCreateAdjacencySection_Static()
670 PetscCall(PetscSectionGetOffset(sectionGlobal, padj, &ngoff)); in DMPlexCreateAdjacencySection_Static()
852 PetscSection section, sectionGlobal; in DMPlexPreallocateOperator() local
857 PetscCall(DMGetGlobalSection(dm, &sectionGlobal)); in DMPlexPreallocateOperator()
861 PetscCall(PetscSectionView(sectionGlobal, NULL)); in DMPlexPreallocateOperator()
929 …cateOperator_2(DM dm, PetscInt bs, PetscSection section, PetscSection sectionGlobal, PetscInt dnz[…