Home
last modified time | relevance | path

Searched refs:PetscSFFetchAndOpWithMemTypeBegin (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/is/sf/tests/ !
H A Dex22.c42 …PetscCall(PetscSFFetchAndOpWithMemTypeBegin(vscat, MPIU_SCALAR, ymtype, yarray, xmtype, xarray, zm… in main()
/petsc/include/ !
H A Dpetscsf.h181 PETSC_EXTERN PetscErrorCode PetscSFFetchAndOpWithMemTypeBegin(PetscSF, MPI_Datatype, PetscMemType, …
/petsc/doc/changes/ !
H A D317.md102 - Add `PetscSFFetchAndOpWithMemTypeBegin()`, which is similar to `PetscSFFetchAndOpBegin()`, but wi…
/petsc/src/vec/vec/impls/mpi/ !
H A Dpdvec.c1022 …PetscCall(PetscSFFetchAndOpWithMemTypeBegin(sf1, MPIU_INT, PETSC_MEMTYPE_HOST, &nroots2 /*rootdata… in VecSetPreallocationCOO_MPI()
/petsc/src/vec/is/sf/interface/ !
H A Dsf.c1728 PetscErrorCode PetscSFFetchAndOpWithMemTypeBegin(PetscSF sf, MPI_Datatype unit, PetscMemType rootmt… in PetscSFFetchAndOpWithMemTypeBegin() function
/petsc/src/mat/impls/aij/mpi/ !
H A Dmpiaij.c6464 …PetscCall(PetscSFFetchAndOpWithMemTypeBegin(sf1, MPIU_INT, PETSC_MEMTYPE_HOST, &nroots2 /*rootdata… in MatSetPreallocationCOO_MPIAIJ()