Home
last modified time | relevance | path

Searched refs:DMCreateSectionSF (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi166 PetscErrorCode DMCreateSectionSF(PetscDM, PetscSection, PetscSection)
H A DDM.pyx1909 DM.getSectionSF, petsc.DMCreateSectionSF
1912 CHKERR(DMCreateSectionSF(self.dm, localsec.sec, globalsec.sec))
/petsc/include/
H A Dpetscdm.h292 PETSC_EXTERN PetscErrorCode DMCreateSectionSF(DM, PetscSection, PetscSection);
303 return DMCreateSectionSF(dm, l, g); in DMCreateDefaultSF()
/petsc/doc/changes/
H A D312.md220 - DMCreateDefaultSF() replaced with DMCreateSectionSF().
/petsc/src/dm/interface/
H A Ddm.c4740 PetscCall(DMCreateSectionSF(dm, section, gSection)); in DMGetSectionSF()
4797 PetscErrorCode DMCreateSectionSF(DM dm, PetscSection localSection, PetscSection globalSection) in DMCreateSectionSF() function