PETSc version 3.16.1
Fix/Edit manual page

PetscSectionGetIncludesConstraints

Returns the flag indicating if constrained dofs were included when computing offsets

Synopsis

#include "petscsection.h"   
PetscErrorCode PetscSectionGetIncludesConstraints(PetscSection s, PetscBool *includesConstraints)
Not collective

Input Parameter

s - the PetscSection

Output Parameter

includesConstraints - the flag indicating if constrained dofs were included when computing offsets

See Also

PetscSectionSetIncludesConstraints()

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