Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsftypes.h130 typedef PetscSFType VecScatterType; typedef
H A Dpetscvec.h116 PETSC_EXTERN PetscErrorCode VecScatterSetType(VecScatter, VecScatterType);
117 PETSC_EXTERN PetscErrorCode VecScatterGetType(VecScatter, VecScatterType *);
/petsc/include/petsc/finclude/
H A Dpetscvecbase.h12 #define VecScatterType PetscSFType macro
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsct.pxi5 ctypedef PetscSFType PetscScatterType "VecScatterType"
H A DScatter.pyx8 petsc.VecScatterType
/petsc/src/vec/is/sf/tests/
H A Dex11.c15 VecScatterType type; in main()
/petsc/src/vec/vec/utils/
H A Dvscat.c395 PetscErrorCode VecScatterSetType(VecScatter sf, VecScatterType type) in VecScatterSetType()
417 PetscErrorCode VecScatterGetType(VecScatter sf, VecScatterType *type) in VecScatterGetType()