Lines Matching refs:aDof
7895 PetscInt aDof = 0;
7897 if (a >= sStart && a < sEnd) PetscCall(PetscSectionGetDof(section, a, &aDof));
7898 if (aDof) {
7902 newNumIndices += aDof;
7967 PetscInt a = anchors[bOff + q], aDof = 0;
7969 if (a >= sStart && a < sEnd) PetscCall(PetscSectionGetDof(section, a, &aDof));
7970 if (aDof) {
8022 PetscInt a = anchors[bOff + q], aDof = 0;
8026 PetscCall(PetscSectionGetFieldDof(section, a, f, &aDof));
8028 PetscCall(PetscSectionGetDof(section, a, &aDof));
8031 if (aDof) {
8032 PetscCall(MatGetValues(cMat, bSecDof, &indices[o], aDof, &newIndices[oNew], tmpMat));
8034 for (PetscInt e = 0; e < aDof; e++) modMat[(o + d) * newNumIndices + oNew + e] = tmpMat[d * aDof + e];
8037 oNew += aDof;
10716 PetscInt pStart, pEnd, p, sStart, sEnd, dof, aDof, aOff, off, nnz, annz, m, n, q, a, offset, *i, *j;
10757 PetscCall(PetscSectionGetFieldDof(section, a, f, &aDof));
10758 annz += aDof;
10770 PetscCall(PetscSectionGetDof(section, a, &aDof));
10771 annz += aDof;
10794 PetscCall(PetscSectionGetFieldDof(section, a, f, &aDof));
10796 for (s = 0; s < aDof; s++) j[offset++] = aOff + s;
10811 PetscCall(PetscSectionGetDof(section, a, &aDof));
10813 for (s = 0; s < aDof; s++) j[offset++] = aOff + s;