Searched refs:pDof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 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 [all …]
|