Lines Matching refs:aSec
7841 PetscSection aSec, cSec;
7862 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS));
7864 if (aSec) {
7868 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd));
7886 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof));
7892 PetscCall(PetscSectionGetOffset(aSec, b, &bOff));
7928 if (aSec) PetscCall(ISRestoreIndices(aIS, &anchors));
7942 if (aSec) PetscCall(ISRestoreIndices(aIS, &anchors));
7963 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof));
7965 PetscCall(PetscSectionGetOffset(aSec, b, &bOff));
8018 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof));
8020 PetscCall(PetscSectionGetOffset(aSec, b, &bOff));
10715 PetscSection aSec;
10737 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS));
10739 /* cSec will be a subset of aSec and section */
10748 PetscCall(PetscSectionGetDof(aSec, p, &rDof));
10750 PetscCall(PetscSectionGetOffset(aSec, p, &rOff));
10787 PetscCall(PetscSectionGetDof(aSec, p, &rDof));
10788 PetscCall(PetscSectionGetOffset(aSec, p, &rOff));
10804 PetscCall(PetscSectionGetDof(aSec, p, &rDof));
10805 PetscCall(PetscSectionGetOffset(aSec, p, &rOff));