Lines Matching refs:fDof
7814 PetscInt fDof = 0;
7816 PetscCall(PetscSectionGetFieldDof(indices_section, b, f, &fDof));
7817 fStart[f + 1] = fStart[f] + fDof;
7881 PetscInt fDof = 0;
7883 PetscCall(PetscSectionGetFieldDof(section, b, f, &fDof));
7884 oldOffsets[f + 1] += fDof;
7904 PetscInt fDof = 0;
7906 if (a >= sStart && a < sEnd) PetscCall(PetscSectionGetFieldDof(section, a, f, &fDof));
7907 newOffsets[f + 1] += fDof;
7915 PetscInt fDof;
7917 PetscCall(PetscSectionGetFieldDof(section, b, f, &fDof));
7918 newOffsets[f + 1] += fDof;