Lines Matching refs:cfdof
2059 PetscInt dof = 0, cdof = 0, fdof = 0, cfdof = 0; in PetscSectionCreateSubsection() local
2064 PetscCall(PetscSectionGetFieldConstraintDof(s, p, fields[f], &cfdof)); in PetscSectionCreateSubsection()
2065 if (cfdof) PetscCall(PetscSectionSetFieldConstraintDof(*subs, p, f, cfdof)); in PetscSectionCreateSubsection()
2067 cdof += cfdof; in PetscSectionCreateSubsection()
2092 PetscInt fdof = 0, cfdof = 0, fc, numConst = 0, fOff = 0; in PetscSectionCreateSubsection() local
2096 PetscCall(PetscSectionGetFieldConstraintDof(s, p, fields[f], &cfdof)); in PetscSectionCreateSubsection()
2099 for (fc = 0; fc < cfdof; ++fc) indices[numConst + fc] = oldIndices[fc] + fOff; in PetscSectionCreateSubsection()
2100 numConst += cfdof; in PetscSectionCreateSubsection()
2160 PetscInt dof, cdof, cfdof; in PetscSectionCreateComponentSubsection() local
2164 PetscCall(PetscSectionGetFieldConstraintDof(s, p, 0, &cfdof)); in PetscSectionCreateComponentSubsection()
2166 …PetscCheck(!cdof && !cfdof, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Component selection does not wo… in PetscSectionCreateComponentSubsection()
2237 PetscInt fdof = 0, cfdof = 0; in PetscSectionCreateSupersection() local
2245 PetscCall(PetscSectionGetFieldConstraintDof(s[i], p, fi, &cfdof)); in PetscSectionCreateSupersection()
2246 if (cfdof) PetscCall(PetscSectionAddFieldConstraintDof(*supers, p, f, cfdof)); in PetscSectionCreateSupersection()
2248 cdof += cfdof; in PetscSectionCreateSupersection()
2269 PetscInt nf, fi, pStarti, pEndi, fdof, cfdof, fc; in PetscSectionCreateSupersection() local
2276 PetscCall(PetscSectionGetFieldConstraintDof(s[i], p, fi, &cfdof)); in PetscSectionCreateSupersection()
2278 for (fc = 0; fc < cfdof; ++fc) indices[numConst + fc] = oldIndices[fc]; in PetscSectionCreateSupersection()
2280 for (fc = 0; fc < cfdof; ++fc) indices[numConst + fc] += fOff; in PetscSectionCreateSupersection()
2281 numConst += cfdof; in PetscSectionCreateSupersection()
2344 PetscInt dof, cdof, fdof = 0, cfdof = 0; in PetscSectionCreateSubplexSection_Private() local
2353 PetscCall(PetscSectionGetFieldConstraintDof(s, p, f, &cfdof)); in PetscSectionCreateSubplexSection_Private()
2354 if (cfdof) PetscCall(PetscSectionSetFieldConstraintDof(*subs, subp, f, cfdof)); in PetscSectionCreateSubplexSection_Private()