Lines Matching refs:pDof
1415 PetscInt parent, closureSize, *closure = NULL, pDof; in DMPlexReferenceTreeGetChildrenMatrices() local
1418 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1419 if (!pDof || parent == p) continue; in DMPlexReferenceTreeGetChildrenMatrices()
1516 PetscInt parent, pDof; in DMPlexReferenceTreeRestoreChildrenMatrices() local
1519 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1520 if (!pDof || parent == p) continue; in DMPlexReferenceTreeRestoreChildrenMatrices()
3175 PetscInt parent, pDof, parentDof; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local
3178 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3180 if (!pDof || !parentDof || parent == p) continue; in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3236 PetscInt parent, pDof, parentDof; in DMPlexReferenceTreeRestoreChildrenMatrices_Injection() local
3239 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3241 if (!pDof || !parentDof || parent == p) continue; in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()