Lines Matching refs:fi
2214 PetscInt nf, fi, ci; in PetscSectionCreateSupersection() local
2217 for (fi = 0; fi < nf; ++fi, ++f) { in PetscSectionCreateSupersection()
2221 PetscCall(PetscSectionGetFieldName(s[i], fi, &name)); in PetscSectionCreateSupersection()
2223 PetscCall(PetscSectionGetFieldComponents(s[i], fi, &numComp)); in PetscSectionCreateSupersection()
2225 for (ci = 0; ci < s[i]->numFieldComponents[fi]; ++ci) { in PetscSectionCreateSupersection()
2226 PetscCall(PetscSectionGetComponentName(s[i], fi, ci, &name)); in PetscSectionCreateSupersection()
2236 PetscInt nf, fi, pStarti, pEndi; in PetscSectionCreateSupersection() local
2242 for (fi = 0; fi < nf; ++fi, ++f) { in PetscSectionCreateSupersection()
2243 PetscCall(PetscSectionGetFieldDof(s[i], p, fi, &fdof)); in PetscSectionCreateSupersection()
2245 PetscCall(PetscSectionGetFieldConstraintDof(s[i], p, fi, &cfdof)); in PetscSectionCreateSupersection()
2269 PetscInt nf, fi, pStarti, pEndi, fdof, cfdof, fc; in PetscSectionCreateSupersection() local
2274 for (fi = 0; fi < nf; ++fi, ++f) { in PetscSectionCreateSupersection()
2275 PetscCall(PetscSectionGetFieldDof(s[i], p, fi, &fdof)); in PetscSectionCreateSupersection()
2276 PetscCall(PetscSectionGetFieldConstraintDof(s[i], p, fi, &cfdof)); in PetscSectionCreateSupersection()
2277 PetscCall(PetscSectionGetFieldConstraintIndices(s[i], p, fi, &oldIndices)); in PetscSectionCreateSupersection()