Searched refs:toindx_indices (Results 1 – 1 of 1) sorted by relevance
408 const PetscInt *ito_indices, *toindx_indices; in ISBuildTwoSided() local447 if (toindx) PetscCall(ISGetIndices(toindx, &toindx_indices)); in ISBuildTwoSided()451 send_indices[tooffsets_tmp[target_rank]] = toindx ? toindx_indices[i] : (i + rstart); in ISBuildTwoSided()454 if (toindx) PetscCall(ISRestoreIndices(toindx, &toindx_indices)); in ISBuildTwoSided()