Home
last modified time | relevance | path

Searched refs:DMSetGlobalSection (Results 1 – 7 of 7) sorted by relevance

/petsc/doc/changes/
H A D39.md147 DMSetGlobalSection()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi164 PetscErrorCode DMSetGlobalSection(PetscDM, PetscSection)
H A DDM.pyx1862 petsc.DMSetGlobalSection
1865 CHKERR(DMSetGlobalSection(self.dm, sec.sec))
/petsc/include/
H A Dpetscdm.h258 PETSC_EXTERN PetscErrorCode DMSetGlobalSection(DM, PetscSection);
287 return DMSetGlobalSection(dm, s); in DMSetDefaultGlobalSection()
/petsc/src/dm/impls/plex/
H A Dplexsfc.c1458 PetscCall(DMSetGlobalSection(dm, NULL)); in DMPlexSetIsoperiodicFaceSF()
H A Dplex.c10232 PetscCall(DMSetGlobalSection(*odm, gsection)); in DMGetFullDM()
/petsc/src/dm/interface/
H A Ddm.c4689 PetscErrorCode DMSetGlobalSection(DM dm, PetscSection section) in DMSetGlobalSection() function
6560 PetscCall(DMSetGlobalSection(dm->dmBC, gsection)); in DMGetOutputDM()