Lines Matching refs:cInd
149 const PetscInt *cInd; in PetscSectionCopy_Internal() local
157 if (force_constrained) cInd = NULL; in PetscSectionCopy_Internal()
158 else PetscCall(PetscSectionGetConstraintIndices(section, p, &cInd)); in PetscSectionCopy_Internal()
159 PetscCall(PetscSectionSetConstraintIndices(newSection, p, cInd)); in PetscSectionCopy_Internal()
165 if (force_constrained) cInd = NULL; in PetscSectionCopy_Internal()
166 else PetscCall(PetscSectionGetFieldConstraintIndices(section, p, f, &cInd)); in PetscSectionCopy_Internal()
167 PetscCall(PetscSectionSetFieldConstraintIndices(newSection, p, f, cInd)); in PetscSectionCopy_Internal()
2884 PetscInt cInd = 0, i; in VecIntSetValuesSection_Private() local
2890 if ((cInd < cDim) && (i == cDof[cInd])) { in VecIntSetValuesSection_Private()
2891 ++cInd; in VecIntSetValuesSection_Private()
2898 if ((cInd < cDim) && (i == cDof[cInd])) { in VecIntSetValuesSection_Private()
2899 ++cInd; in VecIntSetValuesSection_Private()
2916 PetscInt cInd = 0, i, k; in VecIntSetValuesSection_Private() local
2919 if ((cInd < sDim) && (j == cDof[cInd + cOffset])) { in VecIntSetValuesSection_Private()
2920 ++cInd; in VecIntSetValuesSection_Private()