Lines Matching refs:fdof
118 PetscInt fdof, fcdof, sfdof, sfcdof = 0; in PetscSectionSelectFields_Private() local
121 PetscCall(PetscSectionGetFieldDof(s, point, fields[f], &fdof)); in PetscSectionSelectFields_Private()
127 …fdof % Nc), PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of components %" PetscInt_FMT " should e… in PetscSectionSelectFields_Private()
128 sfdof = (fdof / Nc) * numComps[f]; in PetscSectionSelectFields_Private()
130 for (PetscInt i = 0; i < (fdof / Nc); ++i) { in PetscSectionSelectFields_Private()
141 pSubSize += fdof - fcdof; in PetscSectionSelectFields_Private()
176 PetscInt fdof, fcdof, poff = 0; in PetscSectionSelectFields_Private() local
180 PetscCall(PetscSectionGetFieldDof(s, point, f2, &fdof)); in PetscSectionSelectFields_Private()
182 poff += fdof - fcdof; in PetscSectionSelectFields_Private()
184 PetscCall(PetscSectionGetFieldDof(s, point, fields[f], &fdof)); in PetscSectionSelectFields_Private()
192 for (PetscInt i = 0, fcoff = 0, pfoff = 0; i < (fdof / Nc); ++i) { in PetscSectionSelectFields_Private()
209 … for (PetscInt fc = 0; fc < fdof - fcdof; ++fc, ++subOff) subIndices[subOff] = goff + poff + fc; in PetscSectionSelectFields_Private()