Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsct.pxi11 PetscErrorCode VecScatterSetFromOptions(PetscScatter)
H A DScatter.pyx181 petsc_options, petsc.VecScatterSetFromOptions
184 CHKERR(VecScatterSetFromOptions(self.sct))
/petsc/src/vec/is/sf/tests/
H A Dex12.c55 PetscCall(VecScatterSetFromOptions(ctx)); in main()
H A Dex13.c58 PetscCall(VecScatterSetFromOptions(ctx)); in main()
H A Dex11.c84 PetscCall(VecScatterSetFromOptions(ctx)); in main()
/petsc/src/vec/vec/utils/
H A Dvscat.c609 PetscErrorCode VecScatterSetFromOptions(VecScatter sf) in VecScatterSetFromOptions() function
1098 PetscCall(VecScatterSetFromOptions(sf)); in VecScatterCreate()
/petsc/include/
H A Dpetscvec.h118 PETSC_EXTERN PetscErrorCode VecScatterSetFromOptions(VecScatter);