Searched refs:ito_indices (Results 1 – 1 of 1) sorted by relevance
408 const PetscInt *ito_indices, *toindx_indices; in ISBuildTwoSided() local423 PetscCall(ISGetIndices(ito, &ito_indices)); in ISBuildTwoSided()426 if (ito_indices[i] < 0) continue; in ISBuildTwoSided()427 …scCheck(ito_indices[i] < size, comm, PETSC_ERR_ARG_OUTOFRANGE, "target rank %" PetscInt_FMT " is l… in ISBuildTwoSided()428 tosizes_tmp[ito_indices[i]]++; in ISBuildTwoSided()449 if (ito_indices[i] < 0) continue; in ISBuildTwoSided()450 PetscCall(PetscMPIIntCast(ito_indices[i], &target_rank)); in ISBuildTwoSided()455 PetscCall(ISRestoreIndices(ito, &ito_indices)); in ISBuildTwoSided()