Searched refs:parentDof (Results 1 – 1 of 1) sorted by relevance
3175 PetscInt parent, pDof, parentDof; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local3179 PetscCall(PetscSectionGetDof(refSection, parent, &parentDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()3180 if (!pDof || !parentDof || parent == p) continue; in DMPlexReferenceTreeGetChildrenMatrices_Injection()3236 PetscInt parent, pDof, parentDof; in DMPlexReferenceTreeRestoreChildrenMatrices_Injection() local3240 PetscCall(PetscSectionGetDof(refSection, parent, &parentDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()3241 if (!pDof || !parentDof || parent == p) continue; in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()