Searched refs:rootopt (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm_impl.hpp | 83 …chAndOp(PetscInt bs, PetscInt count, PetscInt rootstart, const PetscInt *rootopt, const PetscInt *… in d_FetchAndOp() argument 89 …PetscInt r = (rootopt ? MapTidToIndex(rootopt, tid) : (rootidx ? rootidx[tid] : rootstart + tid)) … in d_FetchAndOp() 131 …OpLocal(PetscInt bs, PetscInt count, PetscInt rootstart, const PetscInt *rootopt, const PetscInt *… in d_FetchAndOpLocal() argument 137 …PetscInt r = (rootopt ? MapTidToIndex(rootopt, tid) : (rootidx ? rootidx[tid] : rootstart + tid)) … in d_FetchAndOpLocal() 377 …cal(PetscSFLink link, PetscInt count, PetscInt rootstart, PetscSFPackOpt rootopt, const PetscInt *… in FetchAndOpLocal() argument 379 const PetscInt *rarray = rootopt ? rootopt->array : NULL; in FetchAndOpLocal()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 224 …EQ)(PetscSFLink link, PetscInt count, PetscInt rootstart, PetscSFPackOpt rootopt, const PetscInt *… 1088 PetscSFPackOpt leafopt = NULL, rootopt = NULL; in PetscSFLinkScatterLocal() local 1123 …PackOptAndIndices(sf, link, rootmtype, PETSCSF_LOCAL, &count, &rootstart, &rootopt, &rootindices)); in PetscSFLinkScatterLocal() 1126 …PetscCall((*ScatterAndOp)(link, count, rootstart, rootopt, rootindices, rootdata, leafstart, leafo… in PetscSFLinkScatterLocal() 1128 …ndOp)(link, count, leafstart, leafopt, leafindices, leafdata, rootstart, rootopt, rootindices, roo… in PetscSFLinkScatterLocal() 1131 …dIndices(sf, link, PETSC_MEMTYPE_HOST, PETSCSF_LOCAL, &count, &rootstart, &rootopt, &rootindices)); in PetscSFLinkScatterLocal() 1150 PetscSFPackOpt leafopt = NULL, rootopt = NULL; in PetscSFLinkFetchAndOpLocal() local 1159 …PackOptAndIndices(sf, link, rootmtype, PETSCSF_LOCAL, &count, &rootstart, &rootopt, &rootindices)); in PetscSFLinkFetchAndOpLocal() 1162 …PetscCall((*FetchAndOpLocal)(link, count, rootstart, rootopt, rootindices, rootdata, leafstart, le… in PetscSFLinkFetchAndOpLocal()
|
| /petsc/src/vec/is/sf/impls/basic/kokkos/ |
| H A D | sfkok.kokkos.cxx | 379 …cal(PetscSFLink link, PetscInt count, PetscInt rootstart, PetscSFPackOpt rootopt, const PetscInt *… in FetchAndOpLocal() argument 383 const PetscInt *ropt = rootopt ? rootopt->array : NULL; in FetchAndOpLocal()
|