Lines Matching refs:cdofs
6911 const PetscInt *cdofs; /* The indices of the constrained dofs on this point */ in updatePoint_private() local
6934 PetscCall(PetscSectionGetConstraintIndices(section, point, &cdofs)); in updatePoint_private()
6938 if ((cind < cdof) && (k == cdofs[cind])) { in updatePoint_private()
6946 if ((cind < cdof) && (k == cdofs[cind])) { in updatePoint_private()
6956 if ((cind < cdof) && (k == cdofs[cind])) { in updatePoint_private()
6964 if ((cind < cdof) && (k == cdofs[cind])) { in updatePoint_private()
6979 const PetscInt *cdofs; /* The indices of the constrained dofs on this point */ in updatePointBC_private() local
6988 PetscCall(PetscSectionGetConstraintIndices(section, point, &cdofs)); in updatePointBC_private()
6992 if ((cind < cdof) && (k == cdofs[cind])) { in updatePointBC_private()
6999 if ((cind < cdof) && (k == cdofs[cind])) { in updatePointBC_private()
7008 if ((cind < cdof) && (k == cdofs[cind])) { in updatePointBC_private()
7015 if ((cind < cdof) && (k == cdofs[cind])) { in updatePointBC_private()
7234 const PetscInt *cdofs; /* The indices of the constrained dofs on this point */ in DMPlexVecSetClosure_Depth1_Static() local
7248 PetscCall(PetscSectionGetConstraintIndices(section, cp, &cdofs)); in DMPlexVecSetClosure_Depth1_Static()
7251 if ((cind < cdof) && (k == cdofs[cind])) { in DMPlexVecSetClosure_Depth1_Static()
7259 if ((cind < cdof) && (k == cdofs[cind])) { in DMPlexVecSetClosure_Depth1_Static()
7626 const PetscInt *cdofs; /* The indices of the constrained dofs on this point */ in DMPlexGetIndicesPoint_Internal() local
7641 PetscCall(PetscSectionGetConstraintIndices(section, point, &cdofs)); in DMPlexGetIndicesPoint_Internal()
7646 if ((cind < cdof) && (k == cdofs[cind])) { in DMPlexGetIndicesPoint_Internal()