Lines Matching refs:aSec
198 PetscSection aSec; in DMPlexCreateSectionBCDof() local
244 PetscCall(DMPlexGetAnchors(dm, &aSec, NULL)); in DMPlexCreateSectionBCDof()
245 if (aSec) { in DMPlexCreateSectionBCDof()
248 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexCreateSectionBCDof()
252 PetscCall(PetscSectionGetDof(aSec, a, &dof)); in DMPlexCreateSectionBCDof()
272 PetscSection aSec; in DMPlexCreateSectionBCIndicesField() local
335 PetscCall(DMPlexGetAnchors(dm, &aSec, NULL)); in DMPlexCreateSectionBCIndicesField()
336 if (aSec) { in DMPlexCreateSectionBCIndicesField()
340 PetscCall(PetscSectionGetChart(aSec, &aStart, &aEnd)); in DMPlexCreateSectionBCIndicesField()
344 PetscCall(PetscSectionGetDof(aSec, a, &dof)); in DMPlexCreateSectionBCIndicesField()
429 PetscSection aSec; in DMPlexCreateSection() local
438 PetscCall(DMPlexGetAnchors(dm, &aSec, NULL)); in DMPlexCreateSection()
439 if (numBC || aSec) { in DMPlexCreateSection()