Lines Matching refs:adjSec
10 PetscSection section, sectionGlobal, adjSec, aSec; in DMPlexComputeAnchorAdjacencies() local
16 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &adjSec)); in DMPlexComputeAnchorAdjacencies()
18 PetscCall(PetscSectionSetChart(adjSec, pStart, pEnd)); in DMPlexComputeAnchorAdjacencies()
100 PetscCall(PetscSectionAddDof(adjSec, p, iNew)); in DMPlexComputeAnchorAdjacencies()
104 PetscCall(PetscSectionSetUp(adjSec)); in DMPlexComputeAnchorAdjacencies()
105 PetscCall(PetscSectionGetStorageSize(adjSec, &adjSize)); in DMPlexComputeAnchorAdjacencies()
115 PetscCall(PetscSectionGetDof(adjSec, p, &aDof)); in DMPlexComputeAnchorAdjacencies()
116 PetscCall(PetscSectionGetOffset(adjSec, p, &aOff)); in DMPlexComputeAnchorAdjacencies()
137 PetscCall(PetscSectionSetDof(adjSec, p, aDof)); in DMPlexComputeAnchorAdjacencies()
148 PetscCall(PetscSectionSetUp(adjSec)); in DMPlexComputeAnchorAdjacencies()
150 *anchorSectionAdj = adjSec; in DMPlexComputeAnchorAdjacencies()