Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c939 const PetscInt *leafindices = NULL; in PetscSFLinkPackLeafData_Private() local
947 …tscSFLinkGetLeafPackOptAndIndices(sf, link, leafmtype, scope, &count, &start, &opt, &leafindices)); in PetscSFLinkPackLeafData_Private()
949 …PetscCall((*Pack)(link, count, start, opt, leafindices, leafdata, link->leafbuf[scope][leafmtype])… in PetscSFLinkPackLeafData_Private()
1009 const PetscInt *leafindices = NULL; in PetscSFLinkUnpackLeafData_Private() local
1019 …tscSFLinkGetLeafPackOptAndIndices(sf, link, leafmtype, scope, &count, &start, &opt, &leafindices)); in PetscSFLinkUnpackLeafData_Private()
1020 …PetscCall((*UnpackAndOp)(link, count, start, opt, leafindices, leafdata, link->leafbuf[scope][leaf… in PetscSFLinkUnpackLeafData_Private()
1022 …GetLeafPackOptAndIndices(sf, link, PETSC_MEMTYPE_HOST, scope, &count, &start, &opt, &leafindices)); in PetscSFLinkUnpackLeafData_Private()
1023 …PetscCall(PetscSFLinkUnpackDataWithMPIReduceLocal(sf, link, count, start, leafindices, leafdata, l… in PetscSFLinkUnpackLeafData_Private()
1084 const PetscInt *rootindices = NULL, *leafindices = NULL; in PetscSFLinkScatterLocal() local
1124 …PackOptAndIndices(sf, link, leafmtype, PETSCSF_LOCAL, &count, &leafstart, &leafopt, &leafindices)); in PetscSFLinkScatterLocal()
[all …]