:orphan: # PetscSectionSetFieldConstraintIndices Set the field dof numbers, in [0, fdof), which are constrained ## Synopsis ``` #include "petscsection.h" PetscErrorCode PetscSectionSetFieldConstraintIndices(PetscSection s, PetscInt point, PetscInt field, const PetscInt indices[]) ``` Not Collective ## Input Parameters - ***s -*** The `PetscSection` - ***point -*** The point - ***field -*** The field number - ***indices -*** The constrained dofs ## Fortran Note Use `PetscSectionSetFieldConstraintIndicesF90()` ## See Also [PetscSection](sec_petscsection), `PetscSectionSetConstraintIndices()`, `PetscSectionGetFieldConstraintIndices()`, `PetscSectionGetConstraintDof()`, `PetscSection` ## Level intermediate ## Location src/vec/is/section/interface/section.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/section/interface/section.c) [Index of all PetscSection routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)