Lines Matching refs:gsection

1475 …cBool usePermutation, PetscBool includeConstraints, PetscBool localOffsets, PetscSection *gsection)  in PetscSectionCreateGlobalSection()  argument
1490 PetscAssertPointer(gsection, 6); in PetscSectionCreateGlobalSection()
1588 *gsection = gs; in PetscSectionCreateGlobalSection()
1621 …scBool includeConstraints, PetscInt numExcludes, const PetscInt excludes[], PetscSection *gsection) in PetscSectionCreateGlobalSectionCensored() argument
1631 PetscAssertPointer(gsection, 6); in PetscSectionCreateGlobalSectionCensored()
1632 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s), gsection)); in PetscSectionCreateGlobalSectionCensored()
1634 PetscCall(PetscSectionSetChart(*gsection, pStart, pEnd)); in PetscSectionCreateGlobalSectionCensored()
1642 tmpOff = &(*gsection)->atlasDof[-pStart]; in PetscSectionCreateGlobalSectionCensored()
1649 PetscCall(PetscSectionSetDof(*gsection, p, 0)); in PetscSectionCreateGlobalSectionCensored()
1655 PetscCall(PetscSectionSetDof(*gsection, p, dof)); in PetscSectionCreateGlobalSectionCensored()
1657 … if (!includeConstraints && cdof > 0) PetscCall(PetscSectionSetConstraintDof(*gsection, p, cdof)); in PetscSectionCreateGlobalSectionCensored()
1660 PetscCall(PetscSectionSetUpBC(*gsection)); in PetscSectionCreateGlobalSectionCensored()
1666 if (tmpOff[p] < 0) (*gsection)->atlasDof[p - pStart] = tmpOff[p]; in PetscSectionCreateGlobalSectionCensored()
1676 (*gsection)->atlasOff[q] = off; in PetscSectionCreateGlobalSectionCensored()
1677 off += (*gsection)->atlasDof[q] > 0 ? (*gsection)->atlasDof[q] - cdof : 0; in PetscSectionCreateGlobalSectionCensored()
1682 (*gsection)->atlasOff[p] += globalOff; in PetscSectionCreateGlobalSectionCensored()
1683 if (neg) neg[p + pStart] = -((*gsection)->atlasOff[p] + 1); in PetscSectionCreateGlobalSectionCensored()
1688 if (nroots == pEnd - pStart) tmpOff = &(*gsection)->atlasOff[-pStart]; in PetscSectionCreateGlobalSectionCensored()
1693 if (tmpOff[p] < 0) (*gsection)->atlasOff[p - pStart] = tmpOff[p]; in PetscSectionCreateGlobalSectionCensored()