Searched refs:numopsbegin (Results 1 – 2 of 2) sorted by relevance
45 (*sr)->numopsbegin = 0; in PetscSplitReductionCreate()122 PetscMPIInt numops = sr->numopsbegin; in PetscCommSplitReductionBegin()179 for (PetscMPIInt i = 0; i < sr->numopsbegin; i++) sr->gvalues[i] = sr->gvalues_mix[i].v; in PetscSplitReductionEnd()195 PetscMPIInt numops = sr->numopsbegin; in PetscSplitReductionApply()354 if (sr->numopsbegin >= sr->maxops) PetscCall(PetscSplitReductionExtend(sr)); in VecDotBegin()355 sr->reducetype[sr->numopsbegin] = PETSC_SR_REDUCE_SUM; in VecDotBegin()356 sr->invecs[sr->numopsbegin] = (void *)x; in VecDotBegin()358 PetscUseTypeMethod(x, dot_local, y, sr->lvalues + sr->numopsbegin++); in VecDotBegin()390 …PetscCheck(sr->numopsend < sr->numopsbegin, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Called Vec… in VecDotEnd()398 if (sr->numopsend == sr->numopsbegin) { in VecDotEnd()[all …]
1489 PetscMPIInt numopsbegin; /* number of requests that have been queued in */ member