Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Disimpl.h56 …PetscInt local_offset; /* offset to the local part within the total index set… member
/petsc/src/vec/is/is/interface/
H A Dindex.c1372 is->local_offset = offsets[rank]; in ISGatherTotal_Private()
1486 PetscCall(PetscArraycpy(is->nonlocal, is->total, is->local_offset)); in ISGetNonlocalIndices()
1487 …etscCall(PetscArraycpy(is->nonlocal + is->local_offset, is->total + is->local_offset + n, N - is-> in ISGetNonlocalIndices()