Lines Matching refs:fcdof
7029 PetscInt fdof, foff, fcdof, foffset = *offset;
7035 PetscCall(PetscSectionGetFieldConstraintDof(section, point, f, &fcdof));
7038 if (!fcdof || setBC) {
7057 if ((cind < fcdof) && (b == fcdofs[cind])) {
7065 if ((cind < fcdof) && (b == fcdofs[cind])) {
7075 if ((cind < fcdof) && (b == fcdofs[cind])) {
7083 if ((cind < fcdof) && (b == fcdofs[cind])) {
7099 PetscInt fdof, foff, fcdof, foffset = *offset;
7107 PetscCall(PetscSectionGetFieldConstraintDof(section, point, f, &fcdof));
7110 if (fcdof) {
7111 /* We just override fcdof and fcdofs with Ncc and comps */
7122 if ((cind < fcdof) && (b == fcdofs[cind])) {
7130 if ((cind < fcdof) && (b == fcdofs[cind])) {
7144 if ((cind < fcdof) && (b == fcdofs[cind])) {
7152 if ((cind < fcdof) && (b == fcdofs[cind])) {
7168 if ((cind < fcdof) && (b == fcdofs[cind])) {
7176 if ((cind < fcdof) && (b == fcdofs[cind])) {
7190 if ((cind < fcdof) && (b == fcdofs[cind])) {
7198 if ((cind < fcdof) && (b == fcdofs[cind])) {
10887 PetscInt fdof, fcdof;
10890 PetscCall(PetscSectionGetFieldConstraintDof(subsection, p, f, &fcdof));
10891 pSubSize += fdof - fcdof;
10923 PetscInt fdof, fcdof, fc, f2, poff = 0;
10928 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f2, &fcdof));
10929 poff += fdof - fcdof;
10932 PetscCall(PetscSectionGetFieldConstraintDof(section, p, f, &fcdof));
10933 for (fc = 0; fc < fdof - fcdof; ++fc, ++subOff) subIndices[subOff] = goff + poff + fc;