PetscSectionGetConstraintIndices#

Get the point dof numbers, in [0, dof), which are constrained for a given point

Synopsis#

#include "petscsection.h"   
PetscErrorCode PetscSectionGetConstraintIndices(PetscSection s, PetscInt point, const PetscInt **indices)

Not Collective

Input Parameters#

Output Parameter#

  • indices - The constrained dofs

Fortran Notes#

Use PetscSectionGetConstraintIndicesF90() and PetscSectionRestoreConstraintIndicesF90()

See Also#

PetscSection, PetscSectionSetConstraintIndices(), PetscSectionGetConstraintDof(), PetscSection

Level#

intermediate

Location#

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


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