Home
last modified time | relevance | path

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

/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c90 …etscErrorCode AOMap_MemoryScalable_private(AO ao, PetscInt n, PetscInt *ia, const PetscInt *maploc) in AOMap_MemoryScalable_private() argument
173 ia[i] = maploc[ia[i] - owners[rank]]; in AOMap_MemoryScalable_private()
203 for (PetscCount i = 0; i < nindices; i++) sbuf[i] = maploc[rbuf[i] - owners[rank]]; in AOMap_MemoryScalable_private()