Home
last modified time | relevance | path

Searched refs:parentDof (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplextree.c3175 PetscInt parent, pDof, parentDof; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local
3179 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() local
3240 PetscCall(PetscSectionGetDof(refSection, parent, &parentDof)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3241 if (!pDof || !parentDof || parent == p) continue; in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()