Searched refs:fcdofs (Results 1 – 1 of 1) sorted by relevance
7030 const PetscInt *fcdofs; /* The indices of the constrained dofs for field f on this point */ in updatePointFields_private() local7053 PetscCall(PetscSectionGetFieldConstraintIndices(section, point, f, &fcdofs)); in updatePointFields_private()7057 if ((cind < fcdof) && (b == fcdofs[cind])) { in updatePointFields_private()7065 if ((cind < fcdof) && (b == fcdofs[cind])) { in updatePointFields_private()7075 if ((cind < fcdof) && (b == fcdofs[cind])) { in updatePointFields_private()7083 if ((cind < fcdof) && (b == fcdofs[cind])) { in updatePointFields_private()7100 const PetscInt *fcdofs; /* The indices of the constrained dofs for field f on this point */ in updatePointFieldsBC_private() local7112 PetscCall(PetscSectionGetFieldConstraintIndices(section, point, f, &fcdofs)); in updatePointFieldsBC_private()7122 if ((cind < fcdof) && (b == fcdofs[cind])) { in updatePointFieldsBC_private()7130 if ((cind < fcdof) && (b == fcdofs[cind])) { in updatePointFieldsBC_private()[all …]