Home
last modified time | relevance | path

Searched refs:includeConstraints (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/is/section/interface/
H A Dsection.c1475 …on(PetscSection s, PetscSF sf, PetscBool usePermutation, PetscBool includeConstraints, PetscBool l… in PetscSectionCreateGlobalSection() argument
1488 PetscValidLogicalCollectiveBool(s, includeConstraints, 4); in PetscSectionCreateGlobalSection()
1497 gs->includesConstraints = includeConstraints; in PetscSectionCreateGlobalSection()
1513 if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetConstraintDof(gs, p, cdof)); in PetscSectionCreateGlobalSection()
1535 cdof = (!includeConstraints && s->bc) ? s->bc->atlasDof[q] : 0; in PetscSectionCreateGlobalSection()
1562 gs->field[f]->includesConstraints = includeConstraints; in PetscSectionCreateGlobalSection()
1572 … if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetFieldConstraintDof(gs, p, f, cdof)); in PetscSectionCreateGlobalSection()
1621 …nCreateGlobalSectionCensored(PetscSection s, PetscSF sf, PetscBool includeConstraints, PetscInt nu… in PetscSectionCreateGlobalSectionCensored() argument
1657 … if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetConstraintDof(*gsection, p, cdof)); in PetscSectionCreateGlobalSectionCensored()
1675 cdof = (!includeConstraints && s->bc) ? s->bc->atlasDof[q] : 0; in PetscSectionCreateGlobalSectionCensored()
/petsc/src/dm/label/
H A Ddmlabel.c2592 …tionCreateGlobalSectionLabel(PetscSection s, PetscSF sf, PetscBool includeConstraints, DMLabel lab… in PetscSectionCreateGlobalSectionLabel() argument
2623 … if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetConstraintDof(*gsection, p, cdof)); in PetscSectionCreateGlobalSectionLabel()
2638 cdof = (!includeConstraints && s->bc) ? s->bc->atlasDof[p] : 0; in PetscSectionCreateGlobalSectionLabel()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSection.pyx862 ``includeConstraints`` and ``localOffsets`` parameters of the C API