Lines Matching refs:refSection

1393   PetscSection        refConSec, refAnSec, refSection;  in DMPlexReferenceTreeGetChildrenMatrices()  local
1406 PetscCall(DMGetLocalSection(refTree, &refSection)); in DMPlexReferenceTreeGetChildrenMatrices()
1430 … PetscCall(PetscSectionGetFieldPointSyms(refSection, f, closureSize, closure, &perms, &flips)); in DMPlexReferenceTreeGetChildrenMatrices()
1434 PetscCall(PetscSectionGetPointSyms(refSection, closureSize, closure, &perms, &flips)); in DMPlexReferenceTreeGetChildrenMatrices()
1445 PetscCall(PetscSectionGetFieldDof(refSection, q, f, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1446 PetscCall(PetscSectionGetFieldOffset(refSection, q, f, &aOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1448 PetscCall(PetscSectionGetDof(refSection, q, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1449 PetscCall(PetscSectionGetOffset(refSection, q, &aOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1466 PetscCall(PetscSectionGetFieldDof(refSection, q, f, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1467 PetscCall(PetscSectionGetFieldOffset(refSection, q, f, &aOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1469 PetscCall(PetscSectionGetDof(refSection, q, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1470 PetscCall(PetscSectionGetOffset(refSection, q, &aOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1482 … PetscCall(PetscSectionRestoreFieldPointSyms(refSection, f, closureSize, closure, &perms, &flips)); in DMPlexReferenceTreeGetChildrenMatrices()
1484 PetscCall(PetscSectionRestorePointSyms(refSection, closureSize, closure, &perms, &flips)); in DMPlexReferenceTreeGetChildrenMatrices()
3162 PetscSection refConSec, refSection; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local
3168 PetscCall(DMGetLocalSection(refTree, &refSection)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3179 PetscCall(PetscSectionGetDof(refSection, parent, &parentDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3200 PetscCall(PetscSectionGetFieldDof(refSection, parent, f, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3201 PetscCall(PetscSectionGetFieldOffset(refSection, parent, f, &aOff)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3203 PetscCall(PetscSectionGetDof(refSection, parent, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3204 PetscCall(PetscSectionGetOffset(refSection, parent, &aOff)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3225 PetscSection refConSec, refSection; in DMPlexReferenceTreeRestoreChildrenMatrices_Injection() local
3231 PetscCall(DMGetLocalSection(refTree, &refSection)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3240 PetscCall(PetscSectionGetDof(refSection, parent, &parentDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()