:orphan: # PetscDSSetCohesive Set the flag indicating that a field is cohesive, meaning it is defined on the interior of a cohesive cell ## Synopsis ``` #include "petscds.h" PetscErrorCode PetscDSSetCohesive(PetscDS ds, PetscInt f, PetscBool isCohesive) ``` Not Collective ## Input Parameters - ***ds -*** The `PetscDS` object - ***f -*** The field index - ***isCohesive -*** The flag for a cohesive field ## See Also `PetscDS`, `PetscDSGetCohesive()`, `PetscDSIsCohesive()`, `PetscDSCreate()` ## Level developer ## Location src/dm/dt/interface/dtds.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/interface/dtds.c) [Index of all DT routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)