Lines Matching refs:aSec
187 PetscSection aSec = NULL; in DMPlexGetMaxAdjacencySize_Internal() local
190 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexGetMaxAdjacencySize_Internal()
191 if (aSec) { in DMPlexGetMaxAdjacencySize_Internal()
192 PetscCall(PetscSectionGetMaxDof(aSec, &maxAnchors)); in DMPlexGetMaxAdjacencySize_Internal()
194 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexGetMaxAdjacencySize_Internal()
229 PetscSection aSec = NULL; in DMPlexGetAdjacency_Internal() local
236 PetscCall(DMPlexGetAnchors(dm, &aSec, &aIS)); in DMPlexGetAdjacency_Internal()
237 if (aSec) { in DMPlexGetAdjacency_Internal()
238 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexGetAdjacency_Internal()
257 if (useAnchors && aSec) { in DMPlexGetAdjacency_Internal()
267 if (p >= aStart && p < aEnd) PetscCall(PetscSectionGetDof(aSec, p, &aDof)); in DMPlexGetAdjacency_Internal()
275 PetscCall(PetscSectionGetOffset(aSec, p, &aOff)); in DMPlexGetAdjacency_Internal()