Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/
H A Dsfmpi.c64 …type unit, PetscMemType xrootmtype, const void *rootdata, PetscMemType xleafmtype, const void *lea… in PetscSFLinkCreate_MPI() argument
73 …PetscMemType leafmtype = PetscMemTypeHost(xleafmtype) ? PETSC_MEMTYPE_HOST : PETSC_MEMTYPE_DEV… in PetscSFLinkCreate_MPI()
171 if ((PetscMemTypeDevice(xrootmtype) || PetscMemTypeDevice(xleafmtype)) && !link->deviceinited) { in PetscSFLinkCreate_MPI()