Lines Matching defs:sym

96   PetscSectionSym sym;  in PetscSectionCopy_Internal()  local
2043 PetscSectionSym sym; in PetscSectionCreateSubsection() local
2135 PetscSectionSym sym; in PetscSectionCreateComponentSubsection() local
3433 PetscErrorCode PetscSectionSymCreate(MPI_Comm comm, PetscSectionSym *sym) in PetscSectionSymCreate()
3456 PetscErrorCode PetscSectionSymSetType(PetscSectionSym sym, PetscSectionSymType method) in PetscSectionSymSetType()
3491 PetscErrorCode PetscSectionSymGetType(PetscSectionSym sym, PetscSectionSymType *type) in PetscSectionSymGetType()
3536 PetscErrorCode PetscSectionSymDestroy(PetscSectionSym *sym) in PetscSectionSymDestroy()
3574 PetscErrorCode PetscSectionSymView(PetscSectionSym sym, PetscViewer viewer) in PetscSectionSymView()
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()
3757 PetscSectionSym sym; in PetscSectionGetPointSyms() local
3812 PetscSectionSym sym; in PetscSectionRestorePointSyms() local
3914 PetscErrorCode PetscSectionSymCopy(PetscSectionSym sym, PetscSectionSym nsym) in PetscSectionSymCopy()
3939 PetscErrorCode PetscSectionSymDistribute(PetscSectionSym sym, PetscSF migrationSF, PetscSectionSym … in PetscSectionSymDistribute()