Lines Matching refs:inverseSec
25 PetscSection inverseSec; in DMPlexComputeAnchorAdjacencies() local
28 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)aSec), &inverseSec)); in DMPlexComputeAnchorAdjacencies()
29 PetscCall(PetscSectionSetChart(inverseSec, pStart, pEnd)); in DMPlexComputeAnchorAdjacencies()
36 PetscCall(PetscSectionAddDof(inverseSec, a, 1)); in DMPlexComputeAnchorAdjacencies()
38 PetscCall(PetscSectionSetUp(inverseSec)); in DMPlexComputeAnchorAdjacencies()
39 PetscCall(PetscSectionGetStorageSize(inverseSec, &iSize)); in DMPlexComputeAnchorAdjacencies()
53 PetscCall(PetscSectionGetOffset(inverseSec, a, &iOff)); in DMPlexComputeAnchorAdjacencies()
80 PetscCall(PetscSectionGetDof(inverseSec, p, &iDof)); in DMPlexComputeAnchorAdjacencies()
82 PetscCall(PetscSectionGetOffset(inverseSec, p, &iOff)); in DMPlexComputeAnchorAdjacencies()
111 PetscCall(PetscSectionGetDof(inverseSec, p, &iDof)); in DMPlexComputeAnchorAdjacencies()
113 PetscCall(PetscSectionGetOffset(inverseSec, p, &iOff)); in DMPlexComputeAnchorAdjacencies()
142 PetscCall(PetscSectionDestroy(&inverseSec)); in DMPlexComputeAnchorAdjacencies()