Lines Matching defs:section
85 PetscErrorCode PetscSectionCopy(PetscSection section, PetscSection newSection) in PetscSectionCopy()
94 PetscErrorCode PetscSectionCopy_Internal(PetscSection section, PetscSection newSection, PetscBT con… in PetscSectionCopy_Internal()
193 PetscErrorCode PetscSectionClone(PetscSection section, PetscSection *newSection) in PetscSectionClone()
2749 PetscErrorCode PetscSectionResetClosurePermutation(PetscSection section) in PetscSectionResetClosurePermutation()
3090 PetscErrorCode PetscSectionPermute(PetscSection section, IS permutation, PetscSection *sectionNew) in PetscSectionPermute()
3179 PetscErrorCode PetscSectionSetClosureIndex(PetscSection section, PetscObject obj, PetscSection clSe… in PetscSectionSetClosureIndex()
3213 PetscErrorCode PetscSectionGetClosureIndex(PetscSection section, PetscObject obj, PetscSection *clS… in PetscSectionGetClosureIndex()
3226 PetscErrorCode PetscSectionSetClosurePermutation_Internal(PetscSection section, PetscObject obj, Pe… in PetscSectionSetClosurePermutation_Internal()
3281 PetscErrorCode PetscSectionSetClosurePermutation(PetscSection section, PetscObject obj, PetscInt de… in PetscSectionSetClosurePermutation()
3296 static PetscErrorCode PetscSectionGetClosurePermutation_Private(PetscSection section, PetscObject o… in PetscSectionGetClosurePermutation_Private()
3332 PetscErrorCode PetscSectionGetClosurePermutation(PetscSection section, PetscObject obj, PetscInt de… in PetscSectionGetClosurePermutation()
3343 PetscErrorCode PetscSectionGetClosureInversePermutation_Internal(PetscSection section, PetscObject … in PetscSectionGetClosureInversePermutation_Internal()
3378 PetscErrorCode PetscSectionGetClosureInversePermutation(PetscSection section, PetscObject obj, Pets… in PetscSectionGetClosureInversePermutation()
3599 PetscErrorCode PetscSectionSetSym(PetscSection section, PetscSectionSym sym) in PetscSectionSetSym()
3628 PetscErrorCode PetscSectionGetSym(PetscSection section, PetscSectionSym *sym) in PetscSectionGetSym()
3650 PetscErrorCode PetscSectionSetFieldSym(PetscSection section, PetscInt field, PetscSectionSym sym) in PetscSectionSetFieldSym()
3675 PetscErrorCode PetscSectionGetFieldSym(PetscSection section, PetscInt field, PetscSectionSym *sym) in PetscSectionGetFieldSym()
3755 PetscErrorCode PetscSectionGetPointSyms(PetscSection section, PetscInt numPoints, const PetscInt *p… in PetscSectionGetPointSyms()
3810 PetscErrorCode PetscSectionRestorePointSyms(PetscSection section, PetscInt numPoints, const PetscIn… in PetscSectionRestorePointSyms()
3862 PetscErrorCode PetscSectionGetFieldPointSyms(PetscSection section, PetscInt field, PetscInt numPoin… in PetscSectionGetFieldPointSyms()
3890 PetscErrorCode PetscSectionRestoreFieldPointSyms(PetscSection section, PetscInt field, PetscInt num… in PetscSectionRestoreFieldPointSyms()