Lines Matching refs:bDof
7875 PetscInt bDof = 0, bSecDof = 0; in DMPlexAnchorsGetSubMatModification() local
7886 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification()
7887 if (bDof) { in DMPlexAnchorsGetSubMatModification()
7893 for (q = 0; q < bDof; q++) { in DMPlexAnchorsGetSubMatModification()
7959 PetscInt bDof = 0, bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatModification() local
7963 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification()
7964 if (bDof) { in DMPlexAnchorsGetSubMatModification()
7966 for (PetscInt q = 0; q < bDof; q++) { in DMPlexAnchorsGetSubMatModification()
8008 PetscInt bDof = 0, bSecDof = 0, bOff; in DMPlexAnchorsGetSubMatModification() local
8018 if (b >= aStart && b < aEnd) PetscCall(PetscSectionGetDof(aSec, b, &bDof)); in DMPlexAnchorsGetSubMatModification()
8019 if (bDof) { in DMPlexAnchorsGetSubMatModification()
8021 for (PetscInt q = 0; q < bDof; q++) { in DMPlexAnchorsGetSubMatModification()