Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex1.c74 PetscCall(PetscSFReset(sf)); in main()
88 PetscCall(PetscSFReset(sf)); in main()
95 PetscCall(PetscSFReset(sf)); in main()
103 PetscCall(PetscSFReset(sf)); in main()
120 PetscCall(PetscSFReset(sf)); in main()
153 PetscCall(PetscSFReset(sf)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsf.pxi21 PetscErrorCode PetscSFReset(PetscSF)
H A DSF.pyx148 petsc.PetscSFReset
151 CHKERR(PetscSFReset(self.sf))
/petsc/include/
H A Dpetscsf.h142 PETSC_EXTERN PetscErrorCode PetscSFReset(PetscSF);
/petsc/src/vec/is/sf/interface/
H A Dsf.c111 PetscErrorCode PetscSFReset(PetscSF sf) in PetscSFReset() function
237 PetscCall(PetscSFReset(*sf)); in PetscSFDestroy()
472 PetscCall(PetscSFReset(sf)); in PetscSFSetGraph()