Searched refs:toindx (Results 1 – 2 of 2) sorted by relevance
406 PetscErrorCode ISBuildTwoSided(IS ito, IS toindx, IS *rows) in ISBuildTwoSided() argument447 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()
333 def buildTwoSided(self, IS toindx=None) -> IS: argument343 toindx358 if toindx is not None: ctoindx = toindx.iset