PETSc version 3.16.6
Fix/Edit manual page

PetscSectionSetConstraintIndices

Set the point dof numbers, in [0, dof), which are constrained

Synopsis

#include "petscsection.h"   
PetscErrorCode PetscSectionSetConstraintIndices(PetscSection s, PetscInt point, const PetscInt indices[])
Not collective

Input Parameters

s - The PetscSection
point - The point
indices - The constrained dofs

Note: The Fortran is PetscSectionSetConstraintIndicesF90()

See Also

PetscSectionGetConstraintIndices(), PetscSectionGetConstraintDof(), PetscSection

Level

intermediate

Location

src/vec/is/section/interface/section.c

Examples

src/dm/impls/plex/tutorials/ex12.c.html

Index of all PetscSection routines
Table of Contents for all manual pages
Index of all manual pages