Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi168 PetscErrorCode DMSetSectionSF(PetscDM, PetscSF)
H A DDM.pyx1936 petsc.DMSetSectionSF
1939 CHKERR(DMSetSectionSF(self.dm, sf.sf))
/petsc/include/
H A Dpetscdm.h291 PETSC_EXTERN PetscErrorCode DMSetSectionSF(DM, PetscSF);
299 return DMSetSectionSF(dm, s); in DMSetDefaultSF()
/petsc/doc/changes/
H A D312.md219 - DMSetDefaultSF() replaced with DMSetSectionSF().
/petsc/src/dm/interface/
H A Ddm.c4764 PetscErrorCode DMSetSectionSF(DM dm, PetscSF sf) in DMSetSectionSF() function