Searched refs:some_i (Results 1 – 2 of 2) sorted by relevance
923 stash->some_i = 0; in MatStashScatterBegin_BTS()938 if (stash->some_i == stash->some_count) { in MatStashScatterGetMesg_BTS()941 stash->some_i = 0; in MatStashScatterGetMesg_BTS()943 stash->recvframe_active = &stash->recvframes[stash->some_indices[stash->some_i]]; in MatStashScatterGetMesg_BTS()948 PetscCallMPI(MPI_Get_count(&stash->some_statuses[stash->some_i], stash->blocktype, &ic)); in MatStashScatterGetMesg_BTS()954 …T_VALUES, but rank %d requested ADD_VALUES", stash->recvranks[stash->some_indices[stash->some_i]]); in MatStashScatterGetMesg_BTS()955 …ALUES, but rank %d requested INSERT_VALUES", stash->recvranks[stash->some_indices[stash->some_i]]); in MatStashScatterGetMesg_BTS()957 stash->some_i++; in MatStashScatterGetMesg_BTS()
383 PetscMPIInt some_i; /* Index of request currently being processed */ member