Searched refs:tosizes_tmp (Results 1 – 1 of 1) sorted by relevance
410 PetscInt *tosizes, *fromsizes, j, *tosizes_tmp, *tooffsets_tmp, ito_ln; in ISBuildTwoSided() local424 PetscCall(PetscCalloc2(size, &tosizes_tmp, size + 1, &tooffsets_tmp)); in ISBuildTwoSided()428 tosizes_tmp[ito_indices[i]]++; in ISBuildTwoSided()432 tooffsets_tmp[i + 1] = tooffsets_tmp[i] + tosizes_tmp[i]; in ISBuildTwoSided()433 if (tosizes_tmp[i] > 0) nto++; in ISBuildTwoSided()438 if (tosizes_tmp[i] > 0) { in ISBuildTwoSided()440 tosizes[2 * nto] = tosizes_tmp[i]; /* size */ in ISBuildTwoSided()456 PetscCall(PetscFree2(tosizes_tmp, tooffsets_tmp)); in ISBuildTwoSided()